| 73 | } |
| 74 | |
| 75 | static void step_detach_layer() |
| 76 | { |
| 77 | MyGUI::Widget* widget = get_random(all_widgets); |
| 78 | if (!widget) |
| 79 | return; |
| 80 | MyGUI::LayerManager::getInstance().detachFromLayer(widget); |
| 81 | test_widgets(); |
| 82 | } |
| 83 | |
| 84 | static void step_detach_layer(int _count) |
| 85 | { |
no test coverage detected