diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-04-15 09:43:43 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-04-15 11:47:39 +0200 |
commit | b0da0a45a6453a0ddebded83ae8401e7f3cccde3 (patch) | |
tree | b7aa05cc56ce64a8542ebf7d18df5f6b79df4c56 /vcl/inc | |
parent | 35aff9067796ee7b108ffee88126f837b573d3c1 (diff) |
Related: tdf#97822 vcl opengl gtk2: fix missing slider widget
This had the same problem as the list node widget, fixed in commit
fb9c7e31f888a301fecb5257635e12ce7b907d14 (tdf#97822 vcl opengl gtk2: fix
missing list node widget, 2019-04-12). Render output was missing in the
GL / SAL_GTK_USE_PIXMAPPAINT=1 case.
Change-Id: I24252c697523214a93f715759e242d47352c8341
Reviewed-on: https://gerrit.libreoffice.org/70760
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/gtk/gtkgdi.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtkgdi.hxx b/vcl/inc/unx/gtk/gtkgdi.hxx index 8187bdb5a043..87f1d0e14c3a 100644 --- a/vcl/inc/unx/gtk/gtkgdi.hxx +++ b/vcl/inc/unx/gtk/gtkgdi.hxx @@ -381,7 +381,7 @@ protected: bool NWPaintGTKProgress( const tools::Rectangle& rControlRectangle, const ImplControlValue& aValue ); - bool NWPaintGTKSlider( ControlPart nPart, + bool NWPaintGTKSlider( GdkDrawable* gdkDrawable, ControlPart nPart, const tools::Rectangle& rControlRectangle, ControlState nState, const ImplControlValue& aValue ); bool NWPaintGTKListNode( GdkDrawable* gdkDrawable, |