mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Some icons moved from sprite to separate files.
This commit is contained in:
@@ -715,7 +715,7 @@ HitTestType MainWindow::hitTest(const QPoint &p) const {
|
||||
}
|
||||
|
||||
QRect MainWindow::iconRect() const {
|
||||
return QRect(st::titleIconPos + title->geometry().topLeft(), st::titleIconImg.pxSize());
|
||||
return title->iconRect();
|
||||
}
|
||||
|
||||
bool MainWindow::eventFilter(QObject *obj, QEvent *e) {
|
||||
|
Reference in New Issue
Block a user