mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
LineCanvas - Exclude
This commit is contained in:
@@ -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 { })
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user