Fix PathShiftGradient colors with custom palettes.

This commit is contained in:
John Preston
2021-09-13 20:09:16 +03:00
parent fa4b7145f5
commit 889c3293e7
2 changed files with 3 additions and 2 deletions
@@ -67,7 +67,8 @@ std::unique_ptr<Ui::PathShiftGradient> MakePathShiftGradient(
return std::make_unique<Ui::PathShiftGradient>(
st->msgServiceBg(),
st->msgServiceBgSelected(),
std::move(update));
std::move(update),
st->paletteChanged());
}
SimpleElementDelegate::SimpleElementDelegate(