summaryrefslogtreecommitdiff
path: root/test/gui/group.c
diff options
context:
space:
mode:
authorAdam NAILI2017-12-28 22:52:28 +0100
committerAdam NAILI2017-12-28 22:52:28 +0100
commit9ed3c28a0335137d34e51d5fd49be6e523f65a89 (patch)
tree1abc903ff235f921eecadcbb68fe7a37449274e0 /test/gui/group.c
parent9e4eb30f33867bcb37d5accfb5588cfb3b450f90 (diff)
downloadmorpher-9ed3c28a0335137d34e51d5fd49be6e523f65a89.tar.gz
Implementing the add constraint feature, need to be fixed
Diffstat (limited to 'test/gui/group.c')
-rw-r--r--test/gui/group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gui/group.c b/test/gui/group.c
index 5ec9194..7dbf80c 100644
--- a/test/gui/group.c
+++ b/test/gui/group.c
@@ -29,7 +29,7 @@ static void test_group() {
29 group_click_handler(mouse_x,mouse_y,&(window.group_buttons->component)); 29 group_click_handler(mouse_x,mouse_y,&(window.group_buttons->component));
30 } 30 }
31 } 31 }
32 /*MLV_wait_seconds(15); 32 MLV_wait_seconds(15);
33 window_free(&window);*/ 33 window_free(&window);*/
34} 34}
35 35