This commit is contained in:
MysterD 2022-08-07 22:38:57 -07:00
parent 1f0c8d496e
commit 713b9d0fc8
1 changed files with 0 additions and 2 deletions

View File

@ -136,7 +136,5 @@ struct DjuiSlider* djui_slider_create(struct DjuiBase* parent, const char* messa
base->get_cursor_hover_location = djui_slider_get_cursor_hover_location;
slider->base.interactable->update_style = NULL;
return slider;
}