Skip to content

Commit

Permalink
Fix ImGui console rendering below scalar bar (#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogesh9000 authored Jan 28, 2025
1 parent 2085d34 commit 8970315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtkext/private/module/vtkF3DRenderer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ void vtkF3DRenderer::Initialize()
this->ImporterTimeStamp = 0;
this->ImporterUpdateTimeStamp = 0;

this->AddActor2D(this->ScalarBarActor);
this->AddActor(this->GridActor);
this->AddActor(this->DropZoneActor);
this->AddActor(this->SkyboxActor);
Expand All @@ -268,7 +269,6 @@ void vtkF3DRenderer::Initialize()

this->GridInfo = "";

this->AddActor2D(this->ScalarBarActor);
this->ScalarBarActor->VisibilityOff();

this->ExpandingRangeSet = false;
Expand Down

0 comments on commit 8970315

Please sign in to comment.