mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Fix PathShiftGradient colors with custom palettes.
This commit is contained in:
@@ -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(
|
||||
|
||||
+1
-1
Submodule Telegram/lib_ui updated: 8589a8d850...ef633ec503
Reference in New Issue
Block a user