Skip to content

Commit

Permalink
fix undesired window show during tests introduced accidentally in fyn…
Browse files Browse the repository at this point in the history
  • Loading branch information
fpabl0 committed Feb 28, 2021
1 parent 2d95c4e commit 6f06873
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/driver/glfw/canvas_test.go
Expand Up @@ -475,8 +475,6 @@ func TestGlCanvas_ResizeWithModalPopUpOverlay(t *testing.T) {

winSize := fyne.NewSize(1000, 600)
w.Resize(winSize)
w.Show()
defer w.Close()

// get popup content padding dynamically
popupContentPadding := popup.MinSize().Subtract(popup.Content.MinSize())
Expand Down

0 comments on commit 6f06873

Please sign in to comment.