TASTudio: Fix hovering over column headers

This commit is contained in:
Suuper 2015-07-26 13:44:19 -05:00
parent d6d901820f
commit d22a0db61e
1 changed files with 3 additions and 0 deletions

View File

@ -2168,6 +2168,9 @@ namespace BizHawk.Client.EmuHawk
}
}
if (!(IsPaintDown || RightButtonHeld) && newCell.RowIndex == -1)
newCell.RowIndex = null;
return newCell;
}