Skip to content

Commit

Permalink
Change to new refreshUserPalette
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR committed Jul 18, 2024
1 parent c4b4c39 commit 7ee2295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qrgui/mainWindow/palette/paletteTreeWidgets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7ee2295

Please sign in to comment.