toggleable scopes

This commit is contained in:
Martin Kavík 2024-05-28 15:38:01 +02:00
parent f8e07d213d
commit cdd76109c8
2 changed files with 66 additions and 17 deletions

View file

@ -12,7 +12,7 @@ use waveform_panel::WaveformPanel;
type HierarchyAndTimeTable = (Rc<wellen::Hierarchy>, Rc<wellen::TimeTable>);
// @TODO REMOVE
const SIMULATE_CLICKS: bool = true;
const SIMULATE_CLICKS: bool = false;
fn main() {
start_app("app", root);