mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 23:24:01 +02:00
Add updateControls to resizeEvent in media viewer
This commit is contained in:
parent
3b7d5d3c80
commit
e81f4e8545
1 changed files with 1 additions and 0 deletions
|
@ -476,6 +476,7 @@ void OverlayWidget::resizeEvent(QResizeEvent *e) {
|
|||
_photoRadialRect = QRect(QPoint((width() - st::radialSize.width()) / 2, (height() - st::radialSize.height()) / 2), st::radialSize);
|
||||
|
||||
resizeContentByScreenSize();
|
||||
updateControls();
|
||||
update();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue