Skip to content

Commit f59bbf2

Browse files
authored
Merge pull request #2644 from anandsanto/master
update plotwindow's selection in tablebrowser
2 parents 5fd2cea + a51d6c1 commit f59bbf2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/TableBrowser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ void TableBrowser::refresh()
515515
applyModelSettings(storedData, buildQuery(storedData, tablename));
516516
applyViewportSettings(storedData, tablename);
517517
updateRecordsetLabel();
518+
emit updatePlot(ui->dataTable, m_model, &m_settings[tablename], true);
518519
}
519520

520521
void TableBrowser::clearFilters()

0 commit comments

Comments
 (0)