Skip to content

Commit

Permalink
Merge pull request #4171 from Jacalz/fix-flickery-windows
Browse files Browse the repository at this point in the history
Fix regression causing flickery windows when hiding
  • Loading branch information
Jacalz authored Aug 21, 2023
2 parents 0a42b57 + 0e7c82c commit d06fffd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/driver/glfw/window.go
Original file line number Diff line number Diff line change
Expand Up @@ -801,10 +801,6 @@ func (w *window) processCharInput(char rune) {

func (w *window) processFocused(focus bool) {
if focus {
// On Mac OS, hidden windows can be re-shown from the dock icon, which issues
// a GLFW window focus callback. We need to make sure the run loop is re-activated.
go w.doShow()

if curWindow == nil {
fyne.CurrentApp().Lifecycle().(*app.Lifecycle).TriggerEnteredForeground()
}
Expand Down

0 comments on commit d06fffd

Please sign in to comment.