Navigation Menu

Skip to content

Commit

Permalink
Also update enum in python bindings of composer map
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jul 4, 2012
1 parent a6adecd commit a8ae49a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/core/qgscomposermap.sip
Expand Up @@ -36,7 +36,8 @@ class QgsComposerMap : QgsComposerItem
enum GridAnnotationPosition
{
InsideMapFrame = 0,
OutsideMapFrame
OutsideMapFrame,
Disabled
};

enum GridAnnotationDirection
Expand Down

0 comments on commit a8ae49a

Please sign in to comment.