mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-01 11:39:01 +08:00
fix tests
This commit is contained in:
parent
3cc7abf11b
commit
f155b93b14
@ -35,6 +35,7 @@ static ret_t spin_box_on_copy(widget_t* widget, widget_t* other) {
|
||||
spin_box_t* spin_box_other = SPIN_BOX(other);
|
||||
return_value_if_fail(spin_box != NULL && spin_box_other != NULL, RET_BAD_PARAMS);
|
||||
spin_box->easy_touch_mode = spin_box_other->easy_touch_mode;
|
||||
spin_box->button_position = tk_str_copy(spin_box->button_position, spin_box_other->button_position);
|
||||
|
||||
return edit_on_copy(widget, other);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user