Skip to content

Commit

Permalink
Merge pull request f3d-app#1057 from shaikan/fix-setting-default-wind…
Browse files Browse the repository at this point in the history
…ow-name-in-libf3d

Fix set default window name inside lib
  • Loading branch information
mwestphal authored Oct 26, 2023
2 parents 7887c64 + 52df6a9 commit 510e231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/window_impl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ window_impl::window_impl(const options& options, Type type)
this->Internals->RenWin->SetWindowInfo("jni");
#endif
}

this->Internals->RenWin->SetWindowName("f3d");
this->Internals->RenWin->AddRenderer(this->Internals->Renderer);
this->Internals->Camera = std::make_unique<detail::camera_impl>();
this->Internals->Camera->SetVTKRenderer(this->Internals->Renderer);
Expand Down

0 comments on commit 510e231

Please sign in to comment.