]> git.saurik.com Git - wxWidgets.git/commit
Perform wxAuiToolBar idle updates from UpdateWindowUI(), not OnIdle().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Oct 2011 16:51:10 +0000 (16:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Oct 2011 16:51:10 +0000 (16:51 +0000)
commit3ac17397c5860210f35d5ac47ea9c1834d4bce85
tree9515cb11e066a1088b9d58dfa9322aa20663e2e8
parentf5fccd52d4d07aa4d4d4dae97248975c11dc958b
Perform wxAuiToolBar idle updates from UpdateWindowUI(), not OnIdle().

No real changes, just optimize the idle updates by doing it from (less often
called) UpdateWindowUI() instead of EVT_IDLE handler.

Closes #10075.

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