mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
improve slide view
This commit is contained in:
parent
35659907c4
commit
74c4c8cbdc
@ -2,6 +2,7 @@
|
||||
* 2019/08/04-05
|
||||
* 优化nanovg GL fragment shader。
|
||||
* 完善Android移植。
|
||||
* 完善slide view控件(感谢朝泽提供补丁)
|
||||
|
||||
* 2019/08/03
|
||||
* 完善Android移植。
|
||||
|
@ -282,7 +282,7 @@ static ret_t slide_view_on_event(widget_t* widget, event_t* e) {
|
||||
break;
|
||||
}
|
||||
|
||||
return RET_OK;
|
||||
return slide_view->dragged ? RET_STOP : RET_OK;
|
||||
}
|
||||
|
||||
static widget_t* slide_view_find_target(widget_t* widget, xy_t x, xy_t y) {
|
||||
|
Loading…
Reference in New Issue
Block a user