Fixed a bug in cUIScrollbar and fixed a bad scrollbar resize in the Map Editor.

Improved premake4 for Visual Studio and OS X.
Added Over control highlighting.
This commit is contained in:
Martín Lucas Golini
2013-05-19 03:56:28 -03:00
parent e1ab683376
commit a241bb7949
11 changed files with 90 additions and 18 deletions

View File

@@ -259,7 +259,7 @@ void cEETest::CreateUI() {
Log->Writef( "Texture Atlas Loading Time: %f ms.", TE.ElapsedSinceStart() );
cUIManager::instance()->Init(); //UI_MANAGER_HIGHLIGHT_FOCUS
cUIManager::instance()->Init(); //UI_MANAGER_HIGHLIGHT_FOCUS | UI_MANAGER_HIGHLIGHT_OVER
//mTheme = cUITheme::LoadFromPath( eeNew( cUIDefaultTheme, ( "uitheme", "uitheme" ) ), MyPath + "uitheme/" );