We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42eb646 commit 4e2f9acCopy full SHA for 4e2f9ac
1 file changed
vtkext/private/module/vtkF3DRenderer.h
@@ -556,7 +556,7 @@ class vtkF3DRenderer : public vtkOpenGLRenderer
556
bool GridVisible = false;
557
bool GridAbsolute = false;
558
bool AxisVisible = false;
559
- [[maybe_unused]] bool AxesGridVisible = false;
+ bool AxesGridVisible = false;
560
std::optional<bool> EdgeVisible;
561
bool TimerVisible = false;
562
bool FilenameVisible = false;
0 commit comments