Skip to content

Commit f1c0109

Browse files
committed
rebase with master
1 parent 3ddcbb8 commit f1c0109

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

vtkext/private/module/vtkF3DImguiActor.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

vtkext/private/module/vtkF3DRenderer.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)