projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't build when __WXMAC__ is defined but __WXMAC_OSX__ is not (i.e. CFM).
[wxWidgets.git]
/
src
/
gtk1
/
colordlg.cpp
diff --git
a/src/gtk1/colordlg.cpp
b/src/gtk1/colordlg.cpp
index fa41faa4f84acfe9220ca6eb7b2c5f595356771a..9e676a6fa8d5ae18c28dc63b73efa5cf91568704 100644
(file)
--- a/
src/gtk1/colordlg.cpp
+++ b/
src/gtk1/colordlg.cpp
@@
-61,7
+61,8
@@
int wxColourDialog::ShowModal()
ColourDataToDialog();
gint result = gtk_dialog_run(GTK_DIALOG(m_widget));
-
+ gtk_widget_hide(m_widget);
+
switch (result)
{
default: