groupbar: various visual improvements
added rounding, round at edges, and indicator height
This commit is contained in:
parent
ac5668192e
commit
9c38287410
7 changed files with 121 additions and 22 deletions
|
|
@ -19,6 +19,7 @@ class CTexPassElement : public IPassElement {
|
|||
SP<CSyncTimeline> syncTimeline;
|
||||
int64_t syncPoint = 0;
|
||||
std::optional<Mat3x3> replaceProjection;
|
||||
CBox clipBox;
|
||||
};
|
||||
|
||||
CTexPassElement(const SRenderData& data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue