Skip to content

Commit

Permalink
Reintroduce layer bounding box widget
Browse files Browse the repository at this point in the history
It had been removed by mistake in an older commit.
  • Loading branch information
guillaumechereau committed Jan 4, 2020
1 parent 5088382 commit 454217b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/layers_panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ void gui_layers_panel(void)
mat4_copy(mat4_zero, layer->box);
}
}
if (bounded)
gui_bbox(layer->box);

if (layer->shape) {
tool_gui_drag_mode(&goxel.tool_drag_mode);
Expand Down

0 comments on commit 454217b

Please sign in to comment.