Skip to content

Commit 223a7cd

Browse files
committed
Plot: fix selecting points to select corresponding line in table
This was only working in query results and after the header was clicked, but not in the general case in the data browser.
1 parent df853b3 commit 223a7cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TableBrowser.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,8 @@ void TableBrowser::refresh()
509509
applyModelSettings(storedData, buildQuery(storedData, tablename));
510510
applyViewportSettings(storedData, tablename);
511511
updateRecordsetLabel();
512+
513+
emit updatePlot(ui->dataTable, m_model, &m_settings[currentlyBrowsedTableName()], true);
512514
}
513515

514516
void TableBrowser::clearFilters()

0 commit comments

Comments
 (0)