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

fixed linux fonts reading in qt 5.4.0, fixed scrollbars colors

This commit is contained in:
John Preston
2015-02-13 21:09:01 +03:00
parent 27c69895ce
commit f7a5de3cc9
5 changed files with 64 additions and 867 deletions

View File

@@ -355,6 +355,7 @@ _failDifferenceTimeout(1), _lastUpdateTime(0), _cachedX(0), _cachedY(0), _backgr
setGeometry(QRect(0, st::titleHeight, App::wnd()->width(), App::wnd()->height() - st::titleHeight));
App::initBackground();
updateScrollColors();
connect(window, SIGNAL(resized(const QSize &)), this, SLOT(onParentResize(const QSize &)));
connect(&dialogs, SIGNAL(cancelled()), this, SLOT(dialogsCancelled()));