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
@ -65,6 +65,7 @@ DiveCartesianAxis::DiveCartesianAxis() : QObject(),
|
||||
tick_size(0),
|
||||
labelScale(1.0),
|
||||
textVisibility(true),
|
||||
lineVisibility(true),
|
||||
line_size(1)
|
||||
{
|
||||
setPen(gridPen());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user