This commit is contained in:
MysterD 2022-08-07 22:38:57 -07:00
parent cfcef655e6
commit 9217b799b4

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;
}