Fixed problem that the sliders didn't redraw correctly when toggling fullscreen.
This commit is contained in:
parent
c1f671a53a
commit
bc010a2bbe
1 changed files with 3 additions and 0 deletions
|
@ -609,6 +609,9 @@ void show_preferences_dialog(display& disp)
|
||||||
side_colours_button.set_dirty();
|
side_colours_button.set_dirty();
|
||||||
colour_cursors_button.set_dirty();
|
colour_cursors_button.set_dirty();
|
||||||
hotkeys_button.set_dirty();
|
hotkeys_button.set_dirty();
|
||||||
|
sound_slider.set_dirty();
|
||||||
|
scroll_slider.set_dirty();
|
||||||
|
music_slider.set_dirty();
|
||||||
|
|
||||||
font::draw_text(&disp,clip_rect,14,font::NORMAL_COLOUR,music_label,
|
font::draw_text(&disp,clip_rect,14,font::NORMAL_COLOUR,music_label,
|
||||||
music_rect.x,music_rect.y);
|
music_rect.x,music_rect.y);
|
||||||
|
|
Loading…
Add table
Reference in a new issue