mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-11 13:03:49 +01:00
8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
/// @description init
|
|
#region pos
|
|
var hght = line_height(f_p0, 8);
|
|
var hh = array_length(scrollbox.data_list) * hght;
|
|
|
|
dialog_h = hh;
|
|
#endregion
|
|
event_inherited(); |