]> git.saurik.com Git - wxWidgets.git/commit
Disable size grip for TLW status bar if TLW is not resizeable.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Jan 2010 00:17:08 +0000 (00:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Jan 2010 00:17:08 +0000 (00:17 +0000)
commit9584818ae9cdf0d94f47a6eaf3df2a4f545e1adc
treea0ed26af08416a67dfe0d7714c3293040b5598e0
parent7ca3cc6fc375515bcb0bb925c944df067d3b2ead
Disable size grip for TLW status bar if TLW is not resizeable.

wxSTB_SIZEGRIP is part of default status bar style but it doesn't make sense
for non-resizeable TLWs, so turn it off in this case.

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