mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Missing initializer
This was causing us to access uninitialized memory at times. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
bbb071f1e8
commit
d81223b3f4
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ DiveCartesianAxis::DiveCartesianAxis() : QObject(),
|
|||
tick_size(0),
|
||||
labelScale(1.0),
|
||||
textVisibility(true),
|
||||
lineVisibility(true),
|
||||
line_size(1)
|
||||
{
|
||||
setPen(gridPen());
|
||||
|
|
Loading…
Add table
Reference in a new issue