Skip to content

Commit a8ae49a

Browse files
committedJul 4, 2012
Also update enum in python bindings of composer map
1 parent a6adecd commit a8ae49a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎python/core/qgscomposermap.sip

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ class QgsComposerMap : QgsComposerItem
3636
enum GridAnnotationPosition
3737
{
3838
InsideMapFrame = 0,
39-
OutsideMapFrame
39+
OutsideMapFrame,
40+
Disabled
4041
};
4142

4243
enum GridAnnotationDirection

0 commit comments

Comments
 (0)
Please sign in to comment.