Fix Custom Panel list refreshing improperly

This commit is contained in:
manongjohn 2023-02-12 00:31:13 -05:00
parent 50f5eb2a62
commit 4ce265a78b

View file

@ -2306,7 +2306,7 @@ void MainWindow::defineActions() {
QT_TR_NOOP("Guided Tweening Controls"), "",
"guided_drawing");
createMenuAction(MI_OpenCustomPanels, QT_TR_NOOP("&Custom Panels"), files,
createMenuAction(MI_OpenCustomPanels, QT_TR_NOOP("&Custom Panels"), files, "",
false);
createMenuWindowsAction(MI_CustomPanelEditor,
QT_TR_NOOP("&Custom Panel Editor..."), "", "");