Refactoring the new dialog manager module and fixed keyboard problem in Linux touch panel.
This commit is contained in:
@@ -39,7 +39,7 @@ void MultyMessageDialog::initializeAnimation()
|
||||
{
|
||||
mDisappearAnimation->setDuration(100);
|
||||
|
||||
mShowAnimation->setDuration(100);
|
||||
mShowAnimation->setDuration(150);
|
||||
|
||||
connect(mDisappearAnimation, &QPropertyAnimation::finished, this, &MultyMessageDialog::hideDialog);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user