It's actually kind of surprising that it works now because
SCI_POINTXFROMPOSITION
didn't work when I removedSCI_SETFIRSTVISIBLELINE
in front of the size request and moved it behind - soSCI_POINTXFROMPOSITION
works only for the displayed editor area but in this case it isn't displayed yet andsci
has some who-knows-what size before the size request. But I don't know how this could be fixed.
Ugh… yeah, maybe someday I'll have to figure that out, because it doesn't seem very safe indeed. 🤞
Anyway, good, it works now, the world seems to be saved for a while :-)
Thanks! 🕵️
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.