diff --git a/src/gui/LauncherDialog.cxx b/src/gui/LauncherDialog.cxx index 761c08e1c..2bca9014e 100644 --- a/src/gui/LauncherDialog.cxx +++ b/src/gui/LauncherDialog.cxx @@ -283,6 +283,8 @@ void LauncherDialog::loadConfig() if(myRomInfoWidget) myRomInfoWidget->reloadProperties(currentNode()); + + myList->clearFlags(Widget::FLAG_WANTS_RAWDATA); // always reset this } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -