mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-23 13:42:55 +08:00
Hide the status bar on ANALOG mode
This commit is contained in:
parent
cd0861e339
commit
c25477da1f
@ -1504,6 +1504,11 @@ namespace pv
|
||||
_trig_bar->reload();
|
||||
_dso_trigger_widget->update_view();
|
||||
_measure_widget->reload();
|
||||
|
||||
if (_device_agent->get_work_mode() == ANALOG)
|
||||
_view->get_viewstatus()->setVisible(false);
|
||||
else
|
||||
_view->get_viewstatus()->setVisible(true);
|
||||
}
|
||||
|
||||
bool MainWindow::confirm_to_store_data()
|
||||
|
Loading…
x
Reference in New Issue
Block a user