mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Also update enum in python bindings of composer map
This commit is contained in:
parent
a6adecdb04
commit
a8ae49a5cd
@ -36,7 +36,8 @@ class QgsComposerMap : QgsComposerItem
|
|||||||
enum GridAnnotationPosition
|
enum GridAnnotationPosition
|
||||||
{
|
{
|
||||||
InsideMapFrame = 0,
|
InsideMapFrame = 0,
|
||||||
OutsideMapFrame
|
OutsideMapFrame,
|
||||||
|
Disabled
|
||||||
};
|
};
|
||||||
|
|
||||||
enum GridAnnotationDirection
|
enum GridAnnotationDirection
|
||||||
|
Loading…
x
Reference in New Issue
Block a user