зеркало из https://github.com/mozilla/gecko-dev.git
allow nsWindow's to take focus. this should fix problem for editor people
This commit is contained in:
Родитель
2dfc4dc095
Коммит
0f899d6caf
|
@ -125,6 +125,7 @@ NS_METHOD nsWindow::CreateNative(GtkWidget *parentWidget)
|
|||
GtkWidget *mainWindow;
|
||||
|
||||
mWidget = gtk_layout_new(PR_FALSE, PR_FALSE);
|
||||
GTK_WIDGET_SET_FLAGS(mWidget, GTK_CAN_FOCUS);
|
||||
|
||||
gtk_widget_set_events (mWidget,
|
||||
GDK_BUTTON_PRESS_MASK |
|
||||
|
|
Загрузка…
Ссылка в новой задаче