mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
6 lines
193 B
Plaintext
6 lines
193 B
Plaintext
event_inherited();
|
|
|
|
for( var i = 0, n = array_length(children); i < n; i++ )
|
|
instance_destroy(children[i]);
|
|
|
|
if(FOCUS == noone && instance_number(o_dialog_menubox) == 1) FOCUS = FOCUS_BEFORE; |