vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 7c1b00623bcde31b575d68c88e95a49c33d0c4b0 Author: Caolán McNamara <[email protected]> Date: Fri Feb 12 11:36:16 2016 +0000 gtk3: we don't render whatever a CTRL_LISTNET is Change-Id: I21a64250182b4630fa41583d7536081adf441ec5 (cherry picked from commit 6603564716694a1211e9a451bf868b2fc8f29460) Reviewed-on: https://gerrit.libreoffice.org/22312 Tested-by: Jenkins <[email protected]> Reviewed-by: Tomaž Vajngerl <[email protected]> diff --git a/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx b/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx index a6b235b..cfc0226 100644 --- a/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx +++ b/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx @@ -1309,6 +1309,7 @@ bool GtkSalGraphics::drawNativeControl( ControlType nType, ControlPart nPart, co } break; case CTRL_LISTNET: + return true; break; case CTRL_TAB_PANE: context = mpNotebookStyle;
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
