mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Rename some Ui methods.
myEnsureResized -> Ui::SendPendingMoveResizeEvents. myGrab -> Ui::GrabWidget. myGrabImage -> Ui::GrabWidgetToImage.
This commit is contained in:
@@ -1634,7 +1634,7 @@ void MediaView::setClipControllerGeometry() {
|
||||
controllerBottom - _clipController->height() - st::mediaviewCaptionPadding.bottom() - st::mediaviewCaptionMargin.height(),
|
||||
st::mediaviewControllerSize.width(),
|
||||
st::mediaviewControllerSize.height());
|
||||
myEnsureResized(_clipController);
|
||||
Ui::SendPendingMoveResizeEvents(_clipController);
|
||||
}
|
||||
|
||||
void MediaView::onVideoPauseResume() {
|
||||
|
Reference in New Issue
Block a user