Skip to content

Commit

Permalink
Merge pull request opentoonz#4895 from shun-iwasawa/fix_rgbpicker_not…
Browse files Browse the repository at this point in the history
…ification

Fix RGB picker notification
  • Loading branch information
RodneyBaker authored May 16, 2023
2 parents 8ce93e4 + fb06ce3 commit 0c59f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toonz/sources/tnztools/rgbpickertool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void setCurrentColor(const TPixel32 &color) {
cs->setMainColor(color);

cs->invalidateIcon();
ph->notifyColorStyleChanged();
ph->notifyColorStyleChanged(false);

// per le palette animate
int styleIndex = ph->getStyleIndex();
Expand Down

0 comments on commit 0c59f70

Please sign in to comment.