Blender Git Loki
Git Commits -> Revision d28c461
Revision d28c461 by Julian Eisel (master) May 4, 2021, 18:31 (GMT) |
Fix missing header & footer toggle chevrons in Spreadsheet The little chevron tab to open a hidden region wouldn't show up in the Spreadsheet editor. Cause was an incorrect GPU-scissor usage: While drawing regions, the scissors should be kept enabled, just the scissor rectangle should be updated - and afterwards reset to what it was before. |
Commit Details:
Full Hash: d28c46183d8890114784692d0ebee27d4cc2cff9
Parent Commit: b3ba41e
Lines Changed: +12, -6
1 Modified Path:
/source/blender/editors/space_spreadsheet/spreadsheet_draw.cc (+12, -6) (Diff)