2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Use new animations engine for typings.

This commit is contained in:
John Preston
2019-04-01 18:53:18 +04:00
parent 3971f27c66
commit cd3c1c6dc0
15 changed files with 301 additions and 233 deletions

View File

@@ -111,8 +111,8 @@ private:
bool _focused = false;
bool _placeholderVisible = true;
Animations::Simple _a_placeholderFocused;
Animations::Simple _a_placeholderVisible;
Animations::Simple _placeholderFocusedAnimation;
Animations::Simple _placeholderVisibleAnimation;
bool _lastPreEditTextNotEmpty = false;
const style::FlatInput &_st;