Skip to content

Commit

Permalink
red: colorizer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hugeping committed Nov 8, 2023
1 parent 2ed0af5 commit 0b261a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lib/red/win.lua
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ function win:dirty(dirty)
end
if dirty ~= nil then
self.isdirty = dirty
if dirty and self.colorizer then
if self.colorizer then
self.colorizer.dirty = true
end
end
Expand Down

0 comments on commit 0b261a4

Please sign in to comment.