Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jan 9, 2025
1 parent 4c0458c commit 7d5fb07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions data/binding/pref_helper.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package binding

import (
"sync"

"fyne.io/fyne/v2"
"fyne.io/fyne/v2/internal/async"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/driver/glfw/canvas_other_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestGlCanvas_FocusHandlingWhenActivatingOrDeactivatingTheMenu(t *testing.T)
fyne.NewMenu("other", fyne.NewMenuItem("item", func() {})),
),
)
c := w.Canvas().(*glCanvas)
c := w.Canvas()

ce1 := &focusable{id: "ce1"}
ce2 := &focusable{id: "ce2"}
Expand Down

0 comments on commit 7d5fb07

Please sign in to comment.