diff --git a/Userland/Applications/3DFileViewer/main.cpp b/Userland/Applications/3DFileViewer/main.cpp index 4e5b48494f..6baa1cf7ef 100644 --- a/Userland/Applications/3DFileViewer/main.cpp +++ b/Userland/Applications/3DFileViewer/main.cpp @@ -198,6 +198,8 @@ void GLContextWidget::keydown_event(GUI::KeyEvent& event) window()->set_fullscreen(false); return; } + + event.ignore(); } void GLContextWidget::timer_event(Core::TimerEvent&)