don't bink selection while context menu screen is showing
This commit is contained in:
@@ -320,6 +320,14 @@ void ScreenOptionsManageCourses::HandleScreenMessage( const ScreenMessage SM )
|
||||
}
|
||||
}
|
||||
}
|
||||
else if( SM == SM_LoseFocus )
|
||||
{
|
||||
this->PlayCommand( "ScreenLoseFocus" );
|
||||
}
|
||||
else if( SM == SM_GainFocus )
|
||||
{
|
||||
this->PlayCommand( "ScreenGainFocus" );
|
||||
}
|
||||
|
||||
ScreenOptions::HandleScreenMessage( SM );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user