changeset 115:11b6f3a52c5a

Remove Win32 specific color overrides that were interfering with the new Dark Mode.
author Brian Smith <brian@dbsoft.org>
date Wed, 07 Aug 2019 03:43:11 -0500
parents f306b1daedc4
children f08240bf90ef e26fa2bb2b87
files src/handyftp.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/handyftp.c	Tue Aug 06 17:30:33 2019 -0500
+++ b/src/handyftp.c	Wed Aug 07 03:43:11 2019 -0500
@@ -2190,9 +2190,6 @@
 	dw_box_pack_start(mainbox, mle, 130, 150, TRUE, TRUE, 2);
 
 	dw_mle_set_editable(mle, FALSE);
-#if __WIN32__
-	dw_window_set_color(mle, DW_CLR_BLACK, DW_CLR_WHITE);
-#endif
 	dw_mle_set_word_wrap(mle, TRUE);
 
 	/* Buttons */
@@ -2984,9 +2981,6 @@
 	dw_box_pack_start(mainbox, mle, 130, 350, TRUE, TRUE, 4);
 
 	dw_mle_set_editable(mle, FALSE);
-#if __WIN32__
-	dw_window_set_color(mle, DW_CLR_BLACK, DW_CLR_WHITE);
-#endif
 
 	/* Buttons */
 	buttonbox = dw_box_new(BOXHORZ, 0);