Pixel-Composer/objects/o_dialog_scrollbox/Destroy_0.gml

8 lines
209 B
Text
Raw Normal View History

2022-01-13 11:24:03 +07:00
/// @description init
event_inherited();
2023-10-27 18:55:31 +07:00
if(initVal > -1)
scrollbox.onModify(initVal);
2024-08-13 18:17:45 +07:00
scrollbox.open = false;
if(FOCUS == noone && instance_number(o_dialog_scrollbox_horizontal) == 1) FOCUS = FOCUS_BEFORE;