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

Some icons moved from sprite. Ui::WidgetFadeWrap() effect added.

This commit is contained in:
John Preston
2016-10-26 13:06:00 +03:00
parent d35b295d5e
commit ff2d959abd
36 changed files with 394 additions and 243 deletions

View File

@@ -201,6 +201,7 @@ void Widget::paintEvent(QPaintEvent *e) {
}
void Widget::resizeEvent(QResizeEvent *e) {
LayerWidget::resizeEvent(e);
if (!width() || !height()) {
return;
}