|
@@ -4,10 +4,10 @@ namespace PixiEditor.Models.Enums;
|
|
|
|
|
|
public enum RightClickMode
|
|
public enum RightClickMode
|
|
{
|
|
{
|
|
|
|
+ [Description("USE_SECONDARY_COLOR")]
|
|
|
|
+ SecondaryColor,
|
|
[Description("SHOW_CONTEXT_MENU")]
|
|
[Description("SHOW_CONTEXT_MENU")]
|
|
ContextMenu,
|
|
ContextMenu,
|
|
[Description("ERASE")]
|
|
[Description("ERASE")]
|
|
- Erase,
|
|
|
|
- [Description("USE_SECONDARY_COLOR")]
|
|
|
|
- SecondaryColor
|
|
|
|
|
|
+ Erase
|
|
}
|
|
}
|