diff options
-rw-r--r-- | mate-panel/panel-background.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mate-panel/panel-background.c b/mate-panel/panel-background.c index 8e3131ad..3af6e13d 100644 --- a/mate-panel/panel-background.c +++ b/mate-panel/panel-background.c @@ -554,13 +554,8 @@ panel_background_composite (PanelBackground *background) break; } -#if GTK_CHECK_VERSION (3, 18, 0) - /* FIXME, Hack, panel user background fix for gtk+-3.18+ */ - /* this is actually WRONG but fixes rendering of user selected color BG */ - background->composited = FALSE; -#else background->composited = TRUE; -#endif + panel_background_prepare (background); @@ -1500,4 +1495,3 @@ panel_background_change_background_on_widget (PanelBackground *background, } } #endif - |