diff options
author | Adam NAILI | 2017-12-28 22:52:28 +0100 |
---|---|---|
committer | Adam NAILI | 2017-12-28 22:52:28 +0100 |
commit | 9ed3c28a0335137d34e51d5fd49be6e523f65a89 (patch) | |
tree | 1abc903ff235f921eecadcbb68fe7a37449274e0 /test/gui/group.c | |
parent | 9e4eb30f33867bcb37d5accfb5588cfb3b450f90 (diff) | |
download | morpher-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.c | 2 |
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 | ||