File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ class QgsRubberBand: QgsMapCanvasItem
13
13
ICON_CROSS,
14
14
ICON_X,
15
15
ICON_BOX,
16
- ICON_CIRCLE
16
+ ICON_CIRCLE,
17
+ ICON_FULL_BOX
17
18
};
18
19
19
20
QgsRubberBand( QgsMapCanvas* mapCanvas /TransferThis/, QGis::GeometryType geometryType = QGis::Line );
Original file line number Diff line number Diff line change @@ -54,13 +54,13 @@ class GUI_EXPORT QgsRubberBand: public QgsMapCanvasItem
54
54
*/
55
55
ICON_BOX,
56
56
/* *
57
- * A full box is used to highlight points (■ )
57
+ * A circle is used to highlight points (○ )
58
58
*/
59
- ICON_FULL_BOX ,
59
+ ICON_CIRCLE ,
60
60
/* *
61
- * A circle is used to highlight points (○ )
61
+ * A full box is used to highlight points (■ )
62
62
*/
63
- ICON_CIRCLE
63
+ ICON_FULL_BOX
64
64
};
65
65
66
66
/* *
You can’t perform that action at this time.
0 commit comments