You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when you use a UITable, the vertical scrollbar extends into the table header background area.
The screenshot showing your Config Editor demonstrates this scrollbar behaviour, as does the luigi/luigi2 example.
For your consideration, a two-line patch which:
changes the scrollbar bounds.t so it fits within the table draw area
moves the table bounds.r update to after UIDrawControl is called for the table header background (UI_DRAW_CONTROL_TABLE_BACKGROUND), so this call paints across the full width
Hi nakst
Currently when you use a UITable, the vertical scrollbar extends into the table header background area.
The screenshot showing your Config Editor demonstrates this scrollbar behaviour, as does the luigi/luigi2 example.
For your consideration, a two-line patch which:
See pull request #15
Regards,
OzChris / ChrisDownUnder
The text was updated successfully, but these errors were encountered: