Page MenuHome

Fix T95531: Draw y axis values in Driver Editor
ClosedPublic

Authored by Leon Schittek (lone_noel) on Feb 5 2022, 11:32 PM.

Details

Summary

Draw the Y axis values before returning early when drawing the
Driver Editor.

The issue was introduced in rBb3431a88465db2433b46e1f6426c801125d0047d
to avoid drawing the playhead in the Driver Editor but also prevented
the text on the y axis from being drawn.


patchmaster (broken)2.93 (worked)

Diff Detail

Repository
rB Blender
Branch
arcpatch-D14022 (branched from master)
Build Status
Buildable 20880
Build 20880: arc lint + arc unit

Event Timeline

Leon Schittek (lone_noel) requested review of this revision.Feb 5 2022, 11:32 PM
Leon Schittek (lone_noel) created this revision.
  • Merge branch 'master'

Thanks for the patch @Leon Schittek (lone_noel)! I'll modify it slightly before committing, so that also the scroll bars are drawn:

  • Only skip the scrubbing area when drawing drivers; include drawing the scrollbars as well.
This revision is now accepted and ready to land.Mar 7 2022, 4:23 PM