mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 01:56:31 +03:00
Some minor fixes and improvements for ecode.
UIPushButton minor refactor.
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user