diff options
Diffstat (limited to 'music_gui.c')
-rw-r--r-- | music_gui.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/music_gui.c b/music_gui.c index 6174337c0..bc001317f 100644 --- a/music_gui.c +++ b/music_gui.c @@ -200,7 +200,8 @@ static void MusicTrackSelectionWndProc(Window *w, WindowEvent *e) int y; SetWindowWidgetDisabledState(w, 11, msf.playlist <= 3); - w->click_state |= 0x18; + LowerWindowWidget(w, 3); + LowerWindowWidget(w, 4); DrawWindowWidgets(w); GfxFillRect(3, 23, 3+177,23+191,0); @@ -341,7 +342,8 @@ static void MusicWindowWndProc(Window *w, WindowEvent *e) uint i; StringID str; - w->click_state |= 0x280; + RaiseWindowWidget(w, 7); + RaiseWindowWidget(w, 9); DrawWindowWidgets(w); GfxFillRect(187, 16, 200, 33, 0); |