2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Applying color theme without restarting the application.

This commit is contained in:
John Preston
2016-11-01 23:59:51 +03:00
parent c932f3d9df
commit af9edc17d2
17 changed files with 275 additions and 177 deletions

View File

@@ -1905,7 +1905,6 @@ void MainWidget::backgroundParams(const QRect &forRect, QRect &to, QRect &from)
void MainWidget::updateScrollColors() {
_history->updateScrollColors();
if (_overview) _overview->updateScrollColors();
}
void MainWidget::setChatBackground(const App::WallPaper &wp) {