mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Screen grabber: hide() the flyout at first
I don't remember why I did show() at first, but works fine without, and fixes the issue of a 1px wide flyout showing up somewhere in the chatform
This commit is contained in:
parent
f4610c41f9
commit
f0d524e960
|
@ -34,7 +34,7 @@ FlyoutOverlayWidget::FlyoutOverlayWidget(QWidget *parent)
|
|||
|
||||
connect(animation, &QAbstractAnimation::finished, this, &FlyoutOverlayWidget::finishedAnimation);
|
||||
setFlyoutPercent(0);
|
||||
show();
|
||||
hide();
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user