mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 12:34:06 +01:00
8 lines
198 B
Plaintext
8 lines
198 B
Plaintext
/// @description init
|
|
event_inherited();
|
|
|
|
if(initVal > -1)
|
|
scrollbox.onModify(initVal);
|
|
scrollbox.open = false;
|
|
|
|
if(FOCUS == noone && instance_number(o_dialog_scrollbox) == 1) FOCUS = FOCUS_BEFORE; |