Browse Source

Disabled a debugging printing

master
Patrick Jakobsen 7 months ago
parent
commit
861e774dee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gui/gui.c

+ 1
- 1
gui/gui.c View File

@ -3670,7 +3670,7 @@ int main(void)
gui(&context, screen_rectangle);
if(0)print_node_tree(
(GUI_Node*)((GUI_Subtree*)context.background_layer.subtree_rdic.root)->rdic.root, 1);
if(1)print_subtree_tree((GUI_Subtree*)context.background_layer.subtree_rdic.root, 1, true);
if(0)print_subtree_tree((GUI_Subtree*)context.background_layer.subtree_rdic.root, 1, true);
//gui_layout_nodes(&context);
#if 1
gui_layout_and_draw(&context);

Loading…
Cancel
Save