Skip to content

Add addition and subtraction feature to qtSelectionManager

Now rubberband selection in CMB supports three model:

SELECTION_DEFAULT: Clear the current one and start a new selection.

SELECTION_ADDITION: Add to current selection.(Ctrl + left mouse button)

SELECTION_SUBTRACTION: Subtract from current selection.(Shift + left mouse button)

Merge request reports