Skip to content
Snippets Groups Projects
Commit 7f2136f2 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix win32 crash

parent be53a942
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ extern Context_T CTX;
static int globalShortcut(int event)
{
if(!GUI::available()) return 0;
return GUI::instance()->testGlobalShortcuts(event);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment