Ticket #2171: mc-4.7.0.5-selected-vs-hotkey-color.patch
File mc-4.7.0.5-selected-vs-hotkey-color.patch, 550 bytes (added by egmont, 13 years ago) |
---|
-
src/widget.c
diff -ur mc-4.7.0.5.orig/src/widget.c mc-4.7.0.5/src/widget.c
old new 2088 2088 } 2089 2089 2090 2090 static void 2091 listbox_draw (WListbox *l, gboolean focused )2091 listbox_draw (WListbox *l, gboolean focused_unused) 2092 2092 { 2093 2093 const Dlg_head *h = l->widget.parent; 2094 2094 const int normalc = DLG_NORMALC (h); 2095 int selc = focused ? DLG_HOT_FOCUSC (h) :DLG_FOCUSC (h);2095 int selc = DLG_FOCUSC (h); 2096 2096 2097 2097 WLEntry *e; 2098 2098 int i;