mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 10:36:30 +03:00
UIDocFindReplace WIP.
This commit is contained in:
@@ -465,7 +465,7 @@ void App::onFileDropped( String file ) {
|
||||
tab = d.first;
|
||||
}
|
||||
}
|
||||
loadFileFromPath( file, false, codeEditor, [tab]( UICodeEditor*, const std::string& ) {
|
||||
loadFileFromPath( file, true, codeEditor, [tab]( UICodeEditor*, const std::string& ) {
|
||||
if ( tab )
|
||||
tab->getTabWidget()->setTabSelected( tab );
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user