]> git.saurik.com Git - wxWidgets.git/commit
Fix off by one pixel error when drawing active tab in wxAUI.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Apr 2011 15:36:00 +0000 (15:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Apr 2011 15:36:00 +0000 (15:36 +0000)
commit4bd9bdf33baf3f26609f58ecdc990cc082301ce1
treea7bf5aa1879475973fdf18974f57624334ccceb7
parentea9fee8541c860e877565e99b6dbaff10eb635bc
Fix off by one pixel error when drawing active tab in wxAUI.

The active tab had a drawing artefact because its gradient background was
drawn in a rectangle one pixel too short.

See #11411.

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