mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 15:06:22 +01:00
8 lines
No EOL
167 B
Text
8 lines
No EOL
167 B
Text
/// @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(); |