mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Show folder using slide animation.
This commit is contained in:
@@ -997,6 +997,11 @@ QRect FlatInput::getTextRect() const {
|
||||
return rect().marginsRemoved(_textMrg + QMargins(-2, -1, -2, -1));
|
||||
}
|
||||
|
||||
void FlatInput::finishAnimations() {
|
||||
_placeholderFocusedAnimation.stop();
|
||||
_placeholderVisibleAnimation.stop();
|
||||
}
|
||||
|
||||
void FlatInput::paintEvent(QPaintEvent *e) {
|
||||
Painter p(this);
|
||||
|
||||
|
Reference in New Issue
Block a user