diff --git a/qrgui/mainWindow/palette/paletteTreeWidgets.cpp b/qrgui/mainWindow/palette/paletteTreeWidgets.cpp index 4ef83134a3..e916988ddd 100644 --- a/qrgui/mainWindow/palette/paletteTreeWidgets.cpp +++ b/qrgui/mainWindow/palette/paletteTreeWidgets.cpp @@ -112,7 +112,7 @@ void PaletteTreeWidgets::initUserTree() { refreshUserPalette(); connect(&mMainWindow->models().exploser(), &models::Exploser::explosionsSetCouldChange - , this, [&](){refreshUserPalette(true);}); + , this, [&](){refreshUserPaletteHandler(true);}); } void PaletteTreeWidgets::addTopItemType(const PaletteElement &data, QTreeWidget *tree)