mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
FEATURE-863: Fixed counter to work with a flag, still the starting value is not serialized / deserialized?
This commit is contained in:
parent
f2f37700b3
commit
dc29ef0a27
6 changed files with 30 additions and 31 deletions
|
@ -236,9 +236,6 @@
|
|||
<DependentUpon>GreenshotResources.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Interfaces\Drawing\Filters\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -28,7 +28,8 @@ namespace GreenshotPlugin.Interfaces.Drawing
|
|||
public enum FieldFlag
|
||||
{
|
||||
NONE = 0,
|
||||
CONFIRMABLE = 1
|
||||
CONFIRMABLE = 1,
|
||||
COUNTER = 2
|
||||
}
|
||||
public interface IFieldType
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue