Skip to content

Commit

Permalink
Add frame annotation for mesh warper open button
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Aug 7, 2024
1 parent 92d6457 commit 3a2de5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OpenSimCreator/UI/SplashTab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ class osc::SplashTab::Impl final {
if (ui::draw_menu_item(ICON_FA_CUBE " Mesh Warping")) {
m_Parent->add_and_select_tab<MeshWarpingTab>(m_Parent);
}
App::upd().add_frame_annotation("SplashTab/MeshWarpingMenuItem", ui::get_last_drawn_item_screen_rect());
}

void drawRecentlyOpenedFilesMenuSectionContent(int& imguiID)
Expand Down

0 comments on commit 3a2de5c

Please sign in to comment.