mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
implemented zoom action
Signed-off-by: Maximilian Güntner <maximilian.guentner@gmail.com>
This commit is contained in:
parent
59736a9d96
commit
3312c9a3a4
1 changed files with 2 additions and 1 deletions
|
@ -294,7 +294,8 @@ void MainWindow::on_actionAutoGroup_triggered()
|
||||||
|
|
||||||
void MainWindow::on_actionToggleZoom_triggered()
|
void MainWindow::on_actionToggleZoom_triggered()
|
||||||
{
|
{
|
||||||
qDebug("actionToggleZoom");
|
zoomed_plot = !zoomed_plot;
|
||||||
|
ui->ProfileWidget->refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::on_actionYearlyStatistics_triggered()
|
void MainWindow::on_actionYearlyStatistics_triggered()
|
||||||
|
|
Loading…
Add table
Reference in a new issue