mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-20 22:25:51 +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<()> {
|
pub fn run(shape: Shape) -> anyhow::Result<()> {
|
||||||
let mut view = OperationView::new(HandleAny::new(shape));
|
let view = OperationView::new(HandleAny::new(shape));
|
||||||
view.select_last();
|
|
||||||
|
|
||||||
let event_loop = EventLoop::new()?;
|
let event_loop = EventLoop::new()?;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user