prevent sliders to be displayed out of their range

This commit is contained in:
Thomas Bernard
2018-12-15 16:47:00 +01:00
parent 7a8b25ea4f
commit 9f26e372ba
2 changed files with 20 additions and 10 deletions

View File

@@ -70,7 +70,7 @@ T_Scroller_button * Window_set_scroller_button(word x_pos, word y_pos,
word initial_position);
T_Scroller_button * Window_set_horizontal_scroller_button(word x_pos, word y_pos,
word height, word nb_elements, word nb_elements_visible,
word width, word nb_elements, word nb_elements_visible,
word initial_position);
T_Special_button * Window_set_special_button(word x_pos, word y_pos,