mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
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:
@@ -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/" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user