mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Rename some Ui methods.
myEnsureResized -> Ui::SendPendingMoveResizeEvents. myGrab -> Ui::GrabWidget. myGrabImage -> Ui::GrabWidgetToImage.
This commit is contained in:
@@ -539,7 +539,7 @@ void Notification::refreshLang() {
|
||||
}
|
||||
|
||||
void Notification::prepareActionsCache() {
|
||||
auto replyCache = myGrab(_reply);
|
||||
auto replyCache = Ui::GrabWidget(_reply);
|
||||
auto fadeWidth = st::notifyFadeRight.width();
|
||||
auto actionsTop = st::notifyTextTop + st::msgNameFont->height;
|
||||
auto replyRight = _replyPadding - st::notifyBorderWidth;
|
||||
|
Reference in New Issue
Block a user