improve combo_box

This commit is contained in:
lixianjing 2022-03-31 10:22:28 +08:00
parent b025b52889
commit 0e4eff31f3
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
2022/03/31
* 增加带统计功能的stream (感谢林福提供)
* 增加移除和替换 qaction 的 action\_darray\_thread感谢林福提供)
* 修复combox的鼠标弹起后无法释放拖拽状态的问题感谢智明提供补丁
2022/03/30
* fscript 支持延迟解析函数。

View File

@ -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);