mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Closed beta 10019001: style::color copy is denied, only const refs.
This commit is contained in:
@@ -7090,8 +7090,7 @@ void HistoryWidget::itemEdited(HistoryItem *item) {
|
||||
}
|
||||
|
||||
void HistoryWidget::updateScrollColors() {
|
||||
if (!App::historyScrollBarColor()) return;
|
||||
_scroll.updateColors(App::historyScrollBarColor(), App::historyScrollBgColor(), App::historyScrollBarOverColor(), App::historyScrollBgOverColor());
|
||||
_scroll.updateBars();
|
||||
}
|
||||
|
||||
MsgId HistoryWidget::replyToId() const {
|
||||
|
Reference in New Issue
Block a user