mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 23:45:44 +00:00
New main menu in DialogsWidget.
Also "flip_horizontal" and "flip_vertical" modifiers support added. Also moving parts of MainWindow to Window::MainWindow.
This commit is contained in:
@@ -446,6 +446,7 @@ void Widget::addToHeight(int add) {
|
||||
auto newHeight = height() + add;
|
||||
auto newPosition = computePosition(newHeight);
|
||||
updateGeometry(newPosition.x(), newPosition.y(), width(), newHeight);
|
||||
psUpdateOverlayed(this);
|
||||
}
|
||||
|
||||
void Widget::updateGeometry(int x, int y, int width, int height) {
|
||||
|
Reference in New Issue
Block a user