We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacee0e commit 56b4efbCopy full SHA for 56b4efb
src/gui/qgsvectorlayer.cpp
@@ -1030,6 +1030,7 @@ void QgsVectorLayer::table()
1030
void QgsVectorLayer::select(int number)
1031
{
1032
mSelected.insert(number);
1033
+ emit selectionChanged();
1034
}
1035
1036
void QgsVectorLayer::select(QgsRect * rect, bool lock)
@@ -1174,6 +1175,7 @@ void QgsVectorLayer::invertSelection()
1174
1175
void QgsVectorLayer::removeSelection()
1176
1177
mSelected.clear();
1178
1179
1180
1181
void QgsVectorLayer::triggerRepaint()
0 commit comments