From 61c2b50ca33051102dd910c218815840fea5f381 Mon Sep 17 00:00:00 2001 From: thrust26 Date: Thu, 20 Feb 2020 08:28:18 +0100 Subject: [PATCH] fix #582 --- src/gui/LauncherDialog.cxx | 2 ++ 1 file changed, 2 insertions(+) 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 } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -