Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 0124b7b

Browse files
netonjmmonojenkins
authored andcommitted
Renames IsGuiLocked to IsLocked
1 parent 1e232b5 commit 0124b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/CommandManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ enum JIS_VKS {
8484
bool enableToolbarUpdate;
8585
int guiLock;
8686

87-
public bool IsGuiLocked => guiLock > 0;
87+
public bool IsLocked => guiLock > 0;
8888

8989
int lastX, lastY;
9090

0 commit comments

Comments
 (0)