projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't hide m_cal when disabling the control (bug 1150830)
[wxWidgets.git]
/
src
/
gtk1
/
dialog.cpp
diff --git
a/src/gtk1/dialog.cpp
b/src/gtk1/dialog.cpp
index 644f2a89949e172f1ac781eba31d32363028a21b..9f8a2f64500241d956aa16be2273a42e73d4e465 100644
(file)
--- a/
src/gtk1/dialog.cpp
+++ b/
src/gtk1/dialog.cpp
@@
-177,12
+177,6
@@
bool wxDialog::IsModal() const
void wxDialog::SetModal( bool WXUNUSED(flag) )
{
-/*
- if (flag)
- m_windowStyle |= wxDIALOG_MODAL;
- else
- if (m_windowStyle & wxDIALOG_MODAL) m_windowStyle -= wxDIALOG_MODAL;
-*/
wxFAIL_MSG( wxT("wxDialog:SetModal obsolete now") );
}