File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ void vtkF3DImguiActor::RenderSceneHierarchy()
463463 return ;
464464 }
465465
466- constexpr float margin = F3DImguiStyle ::GetDefaultMargin ();
466+ constexpr float margin = F3DStyle ::GetDefaultMargin ();
467467 float winWidth = this ->CalculateHierarchyWidth ();
468468 float winHeight = viewport->WorkSize .y - 2 .0f * margin;
469469
Original file line number Diff line number Diff line change @@ -674,11 +674,8 @@ class vtkF3DRenderer : public vtkOpenGLRenderer
674674 bool TimerVisible = false ;
675675 bool FilenameVisible = false ;
676676 bool MetaDataVisible = false ;
677- <<<<<<< HEAD
678677 bool HDRIFilenameVisible = false ;
679- =======
680678 bool SceneHierarchyVisible = false ;
681- >>>>>>> aa51b800 (Add key bind for showing the hierarchy)
682679 bool CheatSheetVisible = false ;
683680 bool ConsoleVisible = false ;
684681 bool MinimalConsoleVisible = false ;
You can’t perform that action at this time.
0 commit comments