mirror of
https://github.com/glest/glest-source.git
synced 2025-08-23 16:32:53 +02:00
mouse over highlighting for create game button and bugfix
This commit is contained in:
@@ -326,7 +326,6 @@ void MenuStateJoinGame::mouseClick(int x, int y, MouseButton mouseButton) {
|
||||
|
||||
buttonAutoFindServers.setEnabled(false);
|
||||
buttonConnect.setEnabled(false);
|
||||
buttonCreateGame.setEnabled(false);
|
||||
clientInterface->discoverServers(this);
|
||||
}
|
||||
if(SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
@@ -339,6 +338,7 @@ void MenuStateJoinGame::mouseMove(int x, int y, const MouseState *ms){
|
||||
buttonReturn.mouseMove(x, y);
|
||||
buttonConnect.mouseMove(x, y);
|
||||
buttonAutoFindServers.mouseMove(x, y);
|
||||
buttonCreateGame.mouseMove(x, y);
|
||||
listBoxServerType.mouseMove(x, y);
|
||||
|
||||
//hide-show options depending on the selection
|
||||
|
Reference in New Issue
Block a user