mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 09:36:29 +03:00
Fix terminal not redrawing after child process finish.
Fix minor annoyance in build settings, not setting the current run setting.
This commit is contained in:
@@ -845,7 +845,9 @@ void UIBuildSettings::runSetup() {
|
||||
->querySelector( "#build_tab_view #run_config_list" )
|
||||
->asType<UIDropDownList>();
|
||||
|
||||
auto runName = mConfig.runName;
|
||||
runUpdate( true, runList, panelRunListDDL );
|
||||
mConfig.runName = std::move( runName );
|
||||
|
||||
runList->getListBox()->setSelected( runIndex() );
|
||||
if ( panelRunListDDL )
|
||||
|
||||
Reference in New Issue
Block a user