TASTudio: Fix hovering over column headers
This commit is contained in:
parent
d6d901820f
commit
d22a0db61e
|
@ -2168,6 +2168,9 @@ namespace BizHawk.Client.EmuHawk
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!(IsPaintDown || RightButtonHeld) && newCell.RowIndex == -1)
|
||||||
|
newCell.RowIndex = null;
|
||||||
|
|
||||||
return newCell;
|
return newCell;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue