From 5b4f8a0e8476d57ee8a48e45171d19c1d2b4154e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 12 Mar 2022 12:21:28 +0000 Subject: 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. --- src/gui_motif.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui_motif.c') diff --git a/src/gui_motif.c b/src/gui_motif.c index ef3747d8d2..564c0bb074 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c @@ -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); } -- cgit v1.2.3