Explain
This commit is contained in:
parent
a364a9daad
commit
319062b0b4
1 changed files with 1 additions and 1 deletions
|
@ -782,7 +782,7 @@ fn view_line_canvas(app: &App, model: &GuiModel, frame: Frame) {
|
||||||
draw.to_frame(app, &frame).unwrap();
|
draw.to_frame(app, &frame).unwrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// preview the selected laser, to draw clip mask
|
||||||
fn view_laser_preview(app: &App, model: &GuiModel, frame: Frame) {
|
fn view_laser_preview(app: &App, model: &GuiModel, frame: Frame) {
|
||||||
// get canvas to draw on
|
// get canvas to draw on
|
||||||
let draw = app.draw();
|
let draw = app.draw();
|
||||||
|
|
Loading…
Reference in a new issue