mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
xcode build support started
This commit is contained in:
@@ -43,7 +43,7 @@ ConfirmBox::ConfirmBox(QString text, QString doneText, QString cancelText) : _hi
|
||||
resize(_width, _height);
|
||||
|
||||
showAll();
|
||||
_cache = grab(rect());
|
||||
_cache = myGrab(this, rect());
|
||||
hideAll();
|
||||
}
|
||||
|
||||
@@ -118,7 +118,7 @@ void ConfirmBox::onCancel() {
|
||||
void ConfirmBox::startHide() {
|
||||
_hiding = true;
|
||||
if (_cache.isNull()) {
|
||||
_cache = grab(rect());
|
||||
_cache = myGrab(this, rect());
|
||||
hideAll();
|
||||
}
|
||||
a_opacity.start(0);
|
||||
|
Reference in New Issue
Block a user