Fix color picker dialog not staying inside the current screen.

This commit is contained in:
MineBill
2023-11-01 20:07:58 +02:00
parent c0a8d29453
commit 151c6bc6c3
2 changed files with 9 additions and 4 deletions

View File

@@ -39,6 +39,11 @@ namespace FlaxEditor.GUI.Dialogs
/// </summary>
public DialogResult Result => _result;
/// <summary>
/// Returns the size of the dialog.
/// </summary>
public Float2 DialogSize => _dialogSize;
/// <summary>
/// Initializes a new instance of the <see cref="Dialog"/> class.
/// </summary>