projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52d6235
)
Blind fix for bug #529874 .
author
Mattia Barbon
<mbarbon@cpan.org>
Tue, 2 Apr 2002 17:37:00 +0000
(17:37 +0000)
committer
Mattia Barbon
<mbarbon@cpan.org>
Tue, 2 Apr 2002 17:37:00 +0000
(17:37 +0000)
wxPropertyListView::OnOk should set sm_dialogCancelled to FALSE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14911
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/generic/proplist.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/generic/proplist.cpp
b/src/generic/proplist.cpp
index e7e46279151cd54816c6017660c54a09750009f3..a9e3b83c39ecbe170c1303b9a63d63dba844962a 100644
(file)
--- a/
src/generic/proplist.cpp
+++ b/
src/generic/proplist.cpp
@@
-589,6
+589,7
@@
void wxPropertyListView::OnOk(wxCommandEvent& event)
OnCheck(event);
m_managedWindow->Close(TRUE);
+ sm_dialogCancelled = FALSE;
}
void wxPropertyListView::OnCancel(wxCommandEvent& WXUNUSED(event))