mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 12:34:06 +01:00
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
/// @description init
|
|
#region pos
|
|
var hght = line_get_height(f_p0, 8);
|
|
var hh = array_length(arrayBox.data) * hght;
|
|
|
|
dialog_h = min(max_h, hh);
|
|
sc_content.resize(dialog_w, dialog_h);
|
|
#endregion
|
|
event_inherited(); |