Fixed problem that the sliders didn't redraw correctly when toggling fullscreen.

This commit is contained in:
Kristoffer Erlandsson 2004-05-09 11:18:42 +00:00
parent c1f671a53a
commit bc010a2bbe

View file

@ -609,6 +609,9 @@ void show_preferences_dialog(display& disp)
side_colours_button.set_dirty();
colour_cursors_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,
music_rect.x,music_rect.y);