mirror of https://github.com/stella-emu/stella.git
fix #582
This commit is contained in:
parent
155147ccd3
commit
d661eedf7b
|
@ -283,6 +283,8 @@ void LauncherDialog::loadConfig()
|
||||||
|
|
||||||
if(myRomInfoWidget)
|
if(myRomInfoWidget)
|
||||||
myRomInfoWidget->reloadProperties(currentNode());
|
myRomInfoWidget->reloadProperties(currentNode());
|
||||||
|
|
||||||
|
myList->clearFlags(Widget::FLAG_WANTS_RAWDATA); // always reset this
|
||||||
}
|
}
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
Loading…
Reference in New Issue