Skip to content

Commit 68d3a35

Browse files
author
Ryan Mooney
committed
set focus on edit window
1 parent 9316314 commit 68d3a35

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

build/simplemd

22.8 MB
Binary file not shown.

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ func main() {
4040
// show window and run app
4141
win.Resize(fyne.Size{Width: 800, Height: 500})
4242
win.CenterOnScreen()
43+
win.Canvas().Focus(edit)
4344
win.ShowAndRun()
4445
}
4546

0 commit comments

Comments
 (0)