Qt iograph: Trigger graph refresh when time-of-day checkbox is toggeled.

Bug: 11692
Change-Id: I2d9d17d3474210b5eb73002e131867d936426e36
Reviewed-on: https://code.wireshark.org/review/11837
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Jim Young 2015-11-15 02:49:57 -05:00 committed by Gerald Combs
parent fc51af45e6
commit bf8ec76d40
1 changed files with 1 additions and 0 deletions

View File

@ -1182,6 +1182,7 @@ void IOGraphDialog::on_todCheckBox_toggled(bool checked)
auto_axes_ = orig_auto;
getGraphInfo();
ui->ioPlot->xAxis->moveRange(start_time_ - orig_start);
mouseMoved(NULL); // Update hint
}
void IOGraphDialog::on_graphTreeWidget_currentItemChanged(QTreeWidgetItem *, QTreeWidgetItem *previous)