]> git.saurik.com Git - wxWidgets.git/commit
Fix drawing of wxAuiNotebook with GTK theme when active tab is invisible.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2012 22:37:47 +0000 (22:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2012 22:37:47 +0000 (22:37 +0000)
commitc072e264e66d5e81a943f0ee3de05591a5b05ea1
tree2f9b6dab94f8d6e05c473db4d6fab179ee4ae1b3
parent4c6fdc3503a732af708610ad8fd5ba43122d4d5d
Fix drawing of wxAuiNotebook with GTK theme when active tab is invisible.

Draw a box using gtk_paint_box() for the tabs, without border for the active
one to avoid an extra line across the gap, and with the border for the others.

Closes #14728.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/aui/tabartgtk.cpp