projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't show AlphaDrawing for now...
[wxWidgets.git]
/
src
/
gtk
/
listbox.cpp
diff --git
a/src/gtk/listbox.cpp
b/src/gtk/listbox.cpp
index fae6eb8e796de3591b5c5e33787cabd6c88f3121..884593028c555784eef9835d1fffacd7cb7444fb 100644
(file)
--- a/
src/gtk/listbox.cpp
+++ b/
src/gtk/listbox.cpp
@@
-240,13
+240,7
@@
gtk_listbox_key_press_callback( GtkWidget *widget,
listbox->m_spacePressed = true;
}
- if (ret)
- {
- g_signal_stop_emission_by_name (widget, "key_press_event");
- return TRUE;
- }
-
- return FALSE;
+ return ret;
}
}