mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
patch 8.2.4550: Motif: cannot set the color of the scrollbar thumb
Problem: Motif: cannot set the color of the scrollbar thumb. Solution: Remove #ifdef.
This commit is contained in:
@@ -1906,9 +1906,7 @@ gui_mch_set_scrollbar_colors(scrollbar_T *sb)
|
||||
if (gui.scroll_fg_pixel != INVALCOLOR)
|
||||
XtVaSetValues(sb->id,
|
||||
XmNforeground, gui.scroll_fg_pixel,
|
||||
#if (XmVersion<1002)
|
||||
XmNbackground, gui.scroll_fg_pixel,
|
||||
#endif
|
||||
NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user