Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions/window/window_filter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ function Window:emitEndChain()
for wf in pairs(activeInstances) do
if wf.pending[self] then
emit(self,wf,windowfilter.windowRejected)
if wf.hasWindow then
if not next(wf.windows) then
emit(self,wf,windowfilter.hasNoWindows) -- emit pseudo-event
wf.hasWindow=nil
end
Expand Down