~mantas/pinta/stable

« back to all changes in this revision

Viewing changes to Pinta.Effects/Effects/PolarInversionEffect.cs

  • Committer: Iain Lane
  • Date: 2015-12-15 13:39:46 UTC
  • mfrom: (116.1.16)
  • Revision ID: git-v1:39656180de721557fcbeafcb1c034f8c3cbc67f7
Tags: debian/1.6-2
Merge experimental branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
                        get { return true; }
30
30
                }
31
31
 
32
 
                public PolarInversionData Data {
 
32
                public new PolarInversionData Data {
33
33
                        get { return EffectData as PolarInversionData; }
34
34
                }
35
35