Some minor fixes and improvements for ecode.

UIPushButton minor refactor.
This commit is contained in:
Martín Lucas Golini
2020-08-02 19:00:41 -03:00
parent fe0c2431bd
commit 6f09fc79c9
10 changed files with 136 additions and 77 deletions

View File

@@ -1631,6 +1631,9 @@ void App::loadFolder( const std::string& path ) {
mRecentFolders.resize( 10 );
updateRecentFolders();
if ( mEditorSplitter->getCurEditor() )
mEditorSplitter->getCurEditor()->setFocus();
}
void App::init( const std::string& file, const Float& pidelDensity ) {