Skip to content

Commit

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

Fix set default window name inside lib
  • Loading branch information
mwestphal authored Oct 26, 2023
2 parents 5075583 + 0a5fb66 commit 6a60ef0
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 6a60ef0

Please sign in to comment.