Area Fill: Fix are fill issue related to stacking of curves

This commit is contained in:
Magne Sjaastad
2023-10-20 14:33:36 +02:00
parent 35d0be6b62
commit 12794f80f2
5 changed files with 7 additions and 26 deletions

View File

@@ -34,7 +34,7 @@ public:
bool isStacked() const;
bool isStackedWithPhaseColors() const;
void setIsStacked( bool stacked );
void updateCurveAppearance() override;
Qt::BrushStyle fillStyle() const override;
void defaultUiOrdering( caf::PdmUiOrdering& uiOrdering );
void stackingUiOrdering( caf::PdmUiOrdering& uiOrdering );
@@ -44,7 +44,6 @@ protected:
private:
void onFillColorChanged( const caf::SignalEmitter* emitter ) override;
void updateStackingAppearance();
protected:
caf::PdmField<bool> m_isStacked;