Fix #688 by moving the time display one line down when in karaoke mode.
Originally committed to SVN as r2209.
This commit is contained in:
parent
025869468b
commit
36f19a9d42
1 changed files with 1 additions and 0 deletions
|
@ -1431,6 +1431,7 @@ void AudioDisplay::OnMouseEvent(wxMouseEvent& event) {
|
||||||
int max = w - tw - 4;
|
int max = w - tw - 4;
|
||||||
if (dx > max) dx = max;
|
if (dx > max) dx = max;
|
||||||
int dy = 4;
|
int dy = 4;
|
||||||
|
if (karMode) dy += th;
|
||||||
|
|
||||||
// Draw text
|
// Draw text
|
||||||
dc.SetTextForeground(wxColour(64,64,64));
|
dc.SetTextForeground(wxColour(64,64,64));
|
||||||
|
|
Loading…
Reference in a new issue