LineCanvas - Exclude

This commit is contained in:
Tig
2024-11-07 07:19:56 -07:00
parent 3d4658df6c
commit 32f316f5ba

View File

@@ -27,7 +27,7 @@ public class AdornmentsEditor : EditorBase
/// <inheritdoc/>
protected override void OnViewToEditChanged ()
{
Enabled = ViewToEdit is Adornment;
Enabled = ViewToEdit is not Adornment;
if (MarginEditor is { })
{