projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Disable wxUSE_ENH_METAFILE for wxGTK builds.
[wxWidgets.git]
/
src
/
gtk
/
button.cpp
diff --git
a/src/gtk/button.cpp
b/src/gtk/button.cpp
index f5f76a7b107ee5dc4888e4fc30dd67ea5292587b..a2ec92fdde239c3d860c2a4668e1ec5e771e5b2a 100644
(file)
--- a/
src/gtk/button.cpp
+++ b/
src/gtk/button.cpp
@@
-36,7
+36,7
@@
wxgtk_button_clicked_callback(GtkWidget *WXUNUSED(widget), wxButton *button)
if ( button->GTKShouldIgnoreEvent() )
return;
- wxCommandEvent event(wxEVT_
COMMAND_BUTTON_CLICKED
, button->GetId());
+ wxCommandEvent event(wxEVT_
BUTTON
, button->GetId());
event.SetEventObject(button);
button->HandleWindowEvent(event);
}