Fix for toolbars and menus not being disabled on Ubuntu
authorPaul Cornett <paulcor@bullseye.com>
Sun, 16 Dec 2012 07:14:40 +0000 (07:14 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sun, 16 Dec 2012 07:14:40 +0000 (07:14 +0000)
commit4ea2d0d5731ee4ec3f4f7407d48eee719d10c50c
tree59cb14a467b4d635adfc5ebf8673208b36121c98
parentf6669958924c3c3833e2932b65598b06073d2e65
Fix for toolbars and menus not being disabled on Ubuntu

Ubuntu overlay scrollbar changes the GtkWindowGroup for its toplevel, which is
disastrous for modal windows. Put in a hack to detect and undo this.
Fixes #14855

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/private/gtk2-compat.h
src/gtk/dialog.cpp