Add correct hit-test information and menu icon

This commit is contained in:
Francesco Abbate
2021-04-11 15:08:25 +02:00
parent 7531a0ddc8
commit 8ad87d77da
6 changed files with 47 additions and 18 deletions
+3 -1
View File
@@ -400,9 +400,11 @@ function core.init()
end
end
core.window_borderless = false
core.hit_test_title_height = 0
if config.borderless then
system.set_window_bordered(false)
system.set_window_hit_test()
core.window_borderless = true
end
core.frame_start = 0