mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-18 21:28:01 +00:00
Start with collapsed view
This commit is contained in:
parent
3d1736b89e
commit
8d043600e9
@ -15,8 +15,7 @@ use crate::{
|
||||
};
|
||||
|
||||
pub fn run(shape: Shape) -> anyhow::Result<()> {
|
||||
let mut view = OperationView::new(HandleAny::new(shape));
|
||||
view.select_last();
|
||||
let view = OperationView::new(HandleAny::new(shape));
|
||||
|
||||
let event_loop = EventLoop::new()?;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user