more braces

This commit is contained in:
titiger
2016-11-16 22:56:41 +01:00
parent 1f2d93a1b5
commit 09ae82b36c

View File

@@ -371,7 +371,7 @@ bool Window::handleEvent() {
return false; return false;
} }
// handle windows key // 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__); 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; return false;
} }