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:
Martín Lucas Golini
2025-10-27 01:22:19 -03:00
parent 34c0c5cdc6
commit e23ae24ac3
2 changed files with 16 additions and 9 deletions

View File

@@ -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 )