Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Begin porting scalebar item
  • Loading branch information
nyalldawson committed Nov 24, 2017
1 parent 604e51d commit 8f5e0cb
Show file tree
Hide file tree
Showing 11 changed files with 1,871 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/core/core_auto.sip
Expand Up @@ -422,6 +422,7 @@
%Include layout/qgslayoutitempolygon.sip
%Include layout/qgslayoutitempolyline.sip
%Include layout/qgslayoutitemregistry.sip
%Include layout/qgslayoutitemscalebar.sip
%Include layout/qgslayoutitemshape.sip
%Include layout/qgslayoutmodel.sip
%Include layout/qgslayoutmultiframe.sip
Expand Down
1 change: 1 addition & 0 deletions python/core/layout/qgslayoutitemregistry.sip
Expand Up @@ -173,6 +173,7 @@ class QgsLayoutItemRegistry : QObject
LayoutShape,
LayoutPolygon,
LayoutPolyline,
LayoutScaleBar,
LayoutFrame,

// known
Expand Down

0 comments on commit 8f5e0cb

Please sign in to comment.