Skip to content

Commit

Permalink
Update Selection.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusongit committed Jan 11, 2024
1 parent 83b1162 commit f86f8bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Libraries/CoreNodeModels/Selection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ protected SelectionBase(

Prefix = prefix;

State = ElementState.Warning;
Warning(Resources.SelectionNodeNothingSelected);

ShouldDisplayPreviewCore = true;
}

Expand All @@ -183,7 +183,7 @@ protected SelectionBase(

Prefix = prefix;

State = ElementState.Warning;
Warning(Resources.SelectionNodeNothingSelected);

ShouldDisplayPreviewCore = true;

Expand Down

0 comments on commit f86f8bc

Please sign in to comment.