mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 12:08:16 +08:00
improve combo_box
This commit is contained in:
parent
b025b52889
commit
0e4eff31f3
@ -2,6 +2,7 @@
|
||||
2022/03/31
|
||||
* 增加带统计功能的stream (感谢林福提供)
|
||||
* 增加移除和替换 qaction 的 action\_darray\_thread(感谢林福提供)
|
||||
* 修复combox的鼠标弹起后无法释放拖拽状态的问题(感谢智明提供补丁)。
|
||||
|
||||
2022/03/30
|
||||
* fscript 支持延迟解析函数。
|
||||
|
@ -426,6 +426,7 @@ static ret_t combo_box_on_event(widget_t* widget, event_t* e) {
|
||||
return RET_STOP;
|
||||
}
|
||||
combo_box->pressed = FALSE;
|
||||
break;
|
||||
}
|
||||
case EVT_POINTER_LEAVE:
|
||||
return combo_box_update_status(widget);
|
||||
|
Loading…
Reference in New Issue
Block a user