mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 07:24:41 +02:00
Ensure placement is transmitted after data
This commit is contained in:
@@ -192,6 +192,7 @@ func (self *GraphicsHandler) transmit(lp *loop.Loop, img *images.ImageData, m *i
|
||||
m = &s
|
||||
}
|
||||
self.image_transmitted = self.image_id_counter
|
||||
self.last_transmitted_placement.gc = nil
|
||||
self.last_rendered_image.image_width = m.Width
|
||||
self.last_rendered_image.image_height = m.Height
|
||||
is_animated := len(m.Frames) > 0
|
||||
|
||||
Reference in New Issue
Block a user