Win32 compile fix
This commit is contained in:
parent
73027462ec
commit
3f3e15e4e4
@ -512,11 +512,12 @@ int TrackView_getScrolledTrack(TrackViewInfo* viewInfo, TrackData* trackData, in
|
||||
Group* group = &trackData->groups[i];
|
||||
int track_count = group->trackCount;
|
||||
const bool folded = group->folded;
|
||||
int t_pos;
|
||||
|
||||
if (folded)
|
||||
track_count = 1;
|
||||
|
||||
int t_pos = posX;
|
||||
t_pos = posX;
|
||||
|
||||
for (j = 0; j < track_count; ++j)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user