Kaydet (Commit) d725387c authored tarafından Katarina Behrens's avatar Katarina Behrens

Newly introduced widgets must be clear()-ed

Change-Id: Ibae1aa4fc8df3f5b0a2448cca27f129993eea86f
üst 5525690f
...@@ -218,6 +218,9 @@ void LinePropertyPanel::dispose() ...@@ -218,6 +218,9 @@ void LinePropertyPanel::dispose()
mpLBEdgeStyle.clear(); mpLBEdgeStyle.clear();
mpFTCapStyle.clear(); mpFTCapStyle.clear();
mpLBCapStyle.clear(); mpLBCapStyle.clear();
mpGridLineProps.clear();
mpBoxArrowProps.clear();
maLineWidthPopup.dispose(); maLineWidthPopup.dispose();
maStyleControl.dispose(); maStyleControl.dispose();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment