This commit is contained in:
sonicx 2016-02-29 21:25:36 +01:00
parent fad6f63064
commit faca762086
1 changed files with 2 additions and 2 deletions

View File

@ -2930,7 +2930,7 @@ bool GUIFormSpecMenu::preprocessEvent(const SEvent& event)
}
}
}
/*
if (event.EventType == EET_MOUSE_INPUT_EVENT &&
event.MouseInput.Event == EMIE_LMOUSE_PRESSED_DOWN) {
gui::IGUIElement *focused = Environment->getFocus();
@ -2941,7 +2941,7 @@ bool GUIFormSpecMenu::preprocessEvent(const SEvent& event)
}
}
}
*/
// The IGUITabControl renders visually using the skin's selected
// font, which we override for the duration of form drawing,
// but computes tab hotspots based on how it would have rendered