We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c2e86b3 commit de503b4Copy full SHA for de503b4
src/gui/qgsattributetable.cpp
@@ -674,11 +674,11 @@ void QgsAttributeTable::rowClicked(int row)
674
675
void QgsAttributeTable::contentsMouseReleaseEvent(QMouseEvent* e)
676
{
677
+ Q3Table::contentsMouseReleaseEvent(e);
678
if(checkSelectionChanges())//only repaint the canvas if the selection has changed
679
680
emit repaintRequested();
681
}
- Q3Table::contentsMouseReleaseEvent(e);
682
683
684
bool QgsAttributeTable::checkSelectionChanges()
0 commit comments