diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2019-02-03 08:50:17 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2019-02-03 08:50:17 +0000 |
| commit | b2c7868637b829c5df10c8acfc9903dd204e0f4a (patch) | |
| tree | 986f6b1784b09f841c3d72ab5d53fc7aadd87ac9 /src/inkscape-window.cpp | |
| parent | TweakToolbar: GtkAction migration (diff) | |
| download | inkscape-b2c7868637b829c5df10c8acfc9903dd204e0f4a.tar.gz inkscape-b2c7868637b829c5df10c8acfc9903dd204e0f4a.zip | |
Fix widget focus bug.
Diffstat (limited to 'src/inkscape-window.cpp')
| -rw-r--r-- | src/inkscape-window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape-window.cpp b/src/inkscape-window.cpp index 24718c316..15524d28a 100644 --- a/src/inkscape-window.cpp +++ b/src/inkscape-window.cpp @@ -131,7 +131,7 @@ InkscapeWindow::on_focus_in_event(GdkEventFocus* event) std::cerr << "Inkscapewindow::on_focus_in_event: app is nullptr!" << std::endl; } - return true; + return Gtk::ApplicationWindow::on_focus_in_event(event); } /* |
