Случайное дерево объектов
This commit is contained in:
@@ -22,15 +22,7 @@ pub fn guiFrame(ctx: *WindowContext) bool {
|
||||
{
|
||||
left_panel.leftPanel(ctx);
|
||||
|
||||
var back = dvui.box(
|
||||
@src(),
|
||||
.{ .dir = .horizontal },
|
||||
.{ .expand = .both, .padding = dvui.Rect.all(12), .background = true },
|
||||
);
|
||||
{
|
||||
right_panel.rightPanel(ctx);
|
||||
}
|
||||
back.deinit();
|
||||
right_panel.rightPanel(ctx);
|
||||
}
|
||||
content_row.deinit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user