mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: remove "changed" flag of DiveCartesianAxis
This prevented the axes from being redrawn on resize. It shouldn't be necessary anymore. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
b673355245
commit
d3a2c40f52
2 changed files with 0 additions and 9 deletions
|
@ -64,7 +64,6 @@ private:
|
|||
bool textVisibility;
|
||||
bool lineVisibility;
|
||||
double labelScale;
|
||||
bool changed;
|
||||
double dpr;
|
||||
double labelWidth, labelHeight; // maximum expected sizes of label width and height
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue