Fix window title update on theme change.
This commit is contained in:
parent
ae2c25f6a2
commit
b65ff79393
1 changed files with 1 additions and 0 deletions
|
|
@ -206,6 +206,7 @@ void WindowHelper::init() {
|
||||||
style::PaletteChanged(
|
style::PaletteChanged(
|
||||||
) | rpl::start_with_next([=] {
|
) | rpl::start_with_next([=] {
|
||||||
_shadow.setColor(st::windowShadowFg->c);
|
_shadow.setColor(st::windowShadowFg->c);
|
||||||
|
Ui::ForceFullRepaint(window());
|
||||||
}, window()->lifetime());
|
}, window()->lifetime());
|
||||||
|
|
||||||
rpl::combine(
|
rpl::combine(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue