v18 Kodi Doesn't Redraw after Resizing Window
#1
I recently upgraded from Kodi 16, where I had a simple AutoHotKey script that would move and resize the Kodi window nicely (on Windows 10):
https://imgur.com/a/614Wo2k
Image
In Kodi 18, the script still moves and resizes the window properly but the contents of the window (video,gui,ect.) don't refresh and adjust to the new window size:
https://imgur.com/a/tq70ebP
Image
Here was the AutoHotkey code if it helps:

WinMove, Kodi,,1280,0,640,360

I'm not even sure of the proper language to use to describe the problem, so I figured I'd post here first. But I would love to get this in the queue for someone to look at and eventually fix, as I'll probably revert back to v16 until then
Reply
#2
The window or screen gets a re-draw command on a resize, and with video there should be a continuous redraw. In widowed mode most of the redraw routines are filterd through the o/s and directed calls to the graphic engine. Not everyone has this issue, = suspect graphic driver or resizing conversion routines. Do you have issues when not using the script? What graphic engine are you using and how much video memory?
Reply
#3
Without a Debug Log it's not possible to determine what's going wrong.
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi Doesn't Redraw after Resizing Window0