mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 06:55:58 +00:00
xcode build support started
This commit is contained in:
@@ -602,7 +602,7 @@ bool EmojiPan::animStep(float64 ms) {
|
||||
void EmojiPan::hideStart() {
|
||||
if (_cache.isNull()) {
|
||||
showAll();
|
||||
_cache = grab(rect().marginsRemoved(st::dropdownPadding));
|
||||
_cache = myGrab(this, rect().marginsRemoved(st::dropdownPadding));
|
||||
}
|
||||
hideAll();
|
||||
_hiding = true;
|
||||
@@ -621,7 +621,7 @@ void EmojiPan::showStart() {
|
||||
}
|
||||
if (_cache.isNull()) {
|
||||
showAll();
|
||||
_cache = grab(rect().marginsRemoved(st::dropdownPadding));
|
||||
_cache = myGrab(this, rect().marginsRemoved(st::dropdownPadding));
|
||||
}
|
||||
hideAll();
|
||||
_hiding = false;
|
||||
|
Reference in New Issue
Block a user