diff --git a/src/app/commands/cmd_options.cpp b/src/app/commands/cmd_options.cpp index 0403c524f..b47784f10 100644 --- a/src/app/commands/cmd_options.cpp +++ b/src/app/commands/cmd_options.cpp @@ -907,7 +907,6 @@ private: if (!item) return; - panel()->showChild(findChild(item->getValue().c_str())); m_curSection = sectionListbox()->getSelectedIndex(); // General section @@ -925,6 +924,8 @@ private: // Load extension else if (item->getValue() == kSectionExtensionsId) loadExtensions(); + + panel()->showChild(findChild(item->getValue().c_str())); } void onClearRecentFiles() {