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.
2 parents 5fd2cea + a51d6c1 commit f59bbf2Copy full SHA for f59bbf2
1 file changed
src/TableBrowser.cpp
@@ -515,6 +515,7 @@ void TableBrowser::refresh()
515
applyModelSettings(storedData, buildQuery(storedData, tablename));
516
applyViewportSettings(storedData, tablename);
517
updateRecordsetLabel();
518
+ emit updatePlot(ui->dataTable, m_model, &m_settings[tablename], true);
519
}
520
521
void TableBrowser::clearFilters()
0 commit comments