more work on gtk & code cleanup
This commit is contained in:
@@ -5,6 +5,6 @@ public class ObjectBase
|
||||
public static int DefaultPriorityValue { get; set; } = 1000;
|
||||
|
||||
public int UndoPriority { get; set; } = DefaultPriorityValue;
|
||||
|
||||
|
||||
public int RedoPriority { get; set; } = DefaultPriorityValue;
|
||||
}
|
||||
Reference in New Issue
Block a user