mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Change *[Fast|Animated] to anim::type in FadeWrap.
This commit is contained in:
@@ -169,7 +169,7 @@ void ConnectionBox::typeChanged(DBIConnectionType type) {
|
||||
}
|
||||
if ((type == dbictHttpProxy) && !_portInput->getLastText().toInt()) {
|
||||
_portInput->setText(qsl("80"));
|
||||
_portInput->finishAnimations();
|
||||
_portInput->finishAnimating();
|
||||
}
|
||||
}
|
||||
update();
|
||||
|
Reference in New Issue
Block a user