braces ....

This commit is contained in:
titiger 2016-11-16 22:35:28 +01:00
parent 031a9d87ea
commit 1f2d93a1b5
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ bool Window::handleEvent() {
return false;
}
// handle windows key
if((keyName == "Application" || (event.key.keysym.mod & (KMOD_LGUI | KMOD_LGUI))
if(keyName == "Application" || (event.key.keysym.mod & (KMOD_LGUI | KMOD_LGUI)))
if(SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s %d] ALT-F4 pressed.\n",extractFileFromDirectoryPath(__FILE__).c_str(),__FUNCTION__,__LINE__);
return false;
}