mirror of
https://github.com/LIV2/amiberry.git
synced 2025-12-05 22:22:44 +00:00
bugfix: Description was not kept when Restart was used (fixes #1576)
This commit is contained in:
parent
6aaa82c86d
commit
58c3f8b95c
@ -277,7 +277,6 @@ void RefreshPanelConfig()
|
||||
if (last_active_config[0])
|
||||
{
|
||||
txtName->setText(last_active_config);
|
||||
txtDesc->setText(changed_prefs.description);
|
||||
}
|
||||
|
||||
// Search current entry
|
||||
@ -289,6 +288,7 @@ void RefreshPanelConfig()
|
||||
{
|
||||
// Select current entry
|
||||
lstConfigs->setSelected(i);
|
||||
txtDesc->setText(ConfigFilesList[i]->Description);
|
||||
ensureVisible = i;
|
||||
MakeCurrentVisible();
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user