Skip to content

Commit

Permalink
Ensure RecentWindowWidget sees an initial paint
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jun 7, 2021
1 parent 30aba0a commit 8afd3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget_recent_window.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func (w *RecentWindowWidget) RequiresUpdate() bool {
return w.lastClass != recentWindows[w.window].Class
}

return false
return w.BaseWidget.RequiresUpdate()
}

// Update renders the widget.
Expand Down

0 comments on commit 8afd3e2

Please sign in to comment.