toggleable scopes
This commit is contained in:
parent
f8e07d213d
commit
cdd76109c8
2 changed files with 66 additions and 17 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue