summaryrefslogtreecommitdiffstats
path: root/src/inkscape-window.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-02-03 08:50:17 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-02-03 08:50:17 +0000
commitb2c7868637b829c5df10c8acfc9903dd204e0f4a (patch)
tree986f6b1784b09f841c3d72ab5d53fc7aadd87ac9 /src/inkscape-window.cpp
parentTweakToolbar: GtkAction migration (diff)
downloadinkscape-b2c7868637b829c5df10c8acfc9903dd204e0f4a.tar.gz
inkscape-b2c7868637b829c5df10c8acfc9903dd204e0f4a.zip
Fix widget focus bug.
Diffstat (limited to 'src/inkscape-window.cpp')
-rw-r--r--src/inkscape-window.cpp2
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);
}
/*