mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Removed anim::cvalue and ColorAnimation, all done by fvalue now.
Also moved style::interpolate to anim::color/anim::pen/anim::brush.
This commit is contained in:
@@ -1124,7 +1124,7 @@ private:
|
||||
anim::ivalue a_recordingLevel = { 0, 0 };
|
||||
int32 _recordingSamples = 0;
|
||||
anim::fvalue a_recordDown = { 0, 0 };
|
||||
anim::cvalue a_recordCancel;
|
||||
anim::fvalue a_recordCancelActive;
|
||||
int32 _recordCancelWidth;
|
||||
|
||||
bool kbWasHidden() const;
|
||||
|
Reference in New Issue
Block a user