summaryrefslogtreecommitdiffstats
path: root/src/inkscape-window.cpp
diff options
context:
space:
mode:
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);
}
/*