Skip to content

Commit

Permalink
Fix an issue with test apps not creating valid windows
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Nov 16, 2018
1 parent c27162d commit 243bcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type testApp struct {
}

func (a *testApp) NewWindow(title string) fyne.Window {
return &testWindow{title: title}
return NewTestWindow(nil)
}

func (a *testApp) OpenURL(url string) {
Expand Down

0 comments on commit 243bcfb

Please sign in to comment.