diff --git a/src/mgl/settings.cpp b/src/mgl/settings.cpp index 6254a65ed9..01ca9d65b9 100644 --- a/src/mgl/settings.cpp +++ b/src/mgl/settings.cpp @@ -108,12 +108,12 @@ bool wxSystemSettingsNative::HasFeature(wxSystemFeature index) switch (index) { case wxSYS_CAN_ICONIZE_FRAME: - return false; case wxSYS_CAN_DRAW_FRAME_DECORATIONS: + case wxSYS_TABLET_PRESENT: return false; + default: - { - } + wxFAIL_MSG( _T("unknown feature") ); } return false;