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