MCPcopy Create free account
hub / github.com/chrxh/alien / processResizeButton

Method processResizeButton

source/Gui/SpatialControlWindow.cpp:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void SpatialControlWindow::processResizeButton()
124{
125 if (AlienImGui::ToolbarButton(AlienImGui::ToolbarButtonParameters().text(ICON_FA_CROP_ALT))) {
126 ResizeWorldDialog::get().open();
127 }
128 AlienImGui::Tooltip("Resize");
129}
130
131void SpatialControlWindow::processCenterOnSelection()
132{

Callers

nothing calls this directly

Calls 1

openMethod · 0.45

Tested by

no test coverage detected