FEATURE-863: Fixed counter to work with a flag, still the starting value is not serialized / deserialized?

This commit is contained in:
Robin 2016-11-22 07:31:11 +01:00
parent f2f37700b3
commit dc29ef0a27
6 changed files with 30 additions and 31 deletions

View file

@ -28,7 +28,8 @@ namespace GreenshotPlugin.Interfaces.Drawing
public enum FieldFlag
{
NONE = 0,
CONFIRMABLE = 1
CONFIRMABLE = 1,
COUNTER = 2
}
public interface IFieldType
{