add isFillRequestFinish_

Signed-off-by: tantingting <tantingting5@huawei.com>
This commit is contained in:
tantingting 2024-08-07 08:57:00 +08:00
parent 7ab5bc4b94
commit 51778af528

View File

@ -1700,7 +1700,7 @@ private:
bool colorModeChange_ = false;
Offset clickLocation_;
bool isKeyboardClosedByUser_ = false;
bool isFillRequestFinish_ = false;
bool isFillRequestFinish_ = true;
bool keyboardAvoidance_ = false;
bool hasMousePressed_ = false;
bool showCountBorderStyle_ = false;