projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5478f22
)
reset busy cursor checkbox when switching to another control
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Fri, 25 Aug 2006 13:23:47 +0000
(13:23 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Fri, 25 Aug 2006 13:23:47 +0000
(13:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40819
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
samples/widgets/widgets.cpp
patch
|
blob
|
blame
|
history
diff --git
a/samples/widgets/widgets.cpp
b/samples/widgets/widgets.cpp
index 2c87c7d2f5ebe3c6dcb58af07e2791be95cd1ce4..3e17c1ae5e6b94ef67254108a12e1a824ef68ed5 100644
(file)
--- a/
samples/widgets/widgets.cpp
+++ b/
samples/widgets/widgets.cpp
@@
-636,6
+636,8
@@
void WidgetsFrame::OnPageChanged(WidgetsBookCtrlEvent& event)
if ( item )
item->Check();
+ GetMenuBar()->Check(Widgets_BusyCursor, false);
+
// lazy creation of the pages
WidgetsPage *page = CurrentPage();
if ( page->GetChildren().empty() )