Jefferson González
Jefferson González
Any steps to reproduce? What happens if you switch between maximized/unmaximized. Did the display scale changed while editor was open? What are your config settings? Did this happened after switching...
This issue seems to be isolated to macOS, are you using a retina display? I haven't been able to reproduce it since I have the older intel macbook air with...
This seems silly but could you try this small patch: ```diff diff --git a/src/api/system.c b/src/api/system.c index a419d99a..e15df8b7 100644 --- a/src/api/system.c +++ b/src/api/system.c @@ -657,9 +657,9 @@ static int f_set_window_hit_test(lua_State *L)...
I think we are into something... Can you try now this patch and check if it works on one of the working and non-working resolutions? And also test that the...
Funny it seems that the change doesn't breaks anything in the other platforms (at least on Linux) ```diff diff --git a/src/api/system.c b/src/api/system.c index a419d99a..b0262be3 100644 --- a/src/api/system.c +++ b/src/api/system.c @@...
I did some more testing under Linux and found out that while you can normally click on the tabs with borderless enabled and a higher scale, the hit test callback...
Thanks for letting me know, will merge right away!
Reported this in discord but here is the place to be: Got a segfault when testing the new glyph cache PR: ``` pragtical(96663,0x1006ac600) malloc: error for object 0x60000213ea30: pointer being...
Testing here on gnome x11 and gnome wayland but can't reproduce. Some questions: * Do you have nvidia graphics card? * Did you upgraded the nvidia or mesa drivers the...
Haven't you tried running the latest version 3.5.0?