Small fixes

- Fixed Program Object not sending queued events correctly
- Fixed size of error window on smaller screens
- Fixed size of debug window on smaller screens
This commit is contained in:
Robert Jelic
2023-05-04 19:24:07 +02:00
parent 6176bb0bf2
commit fe590dceab
3 changed files with 13 additions and 9 deletions

View File

@@ -498,7 +498,7 @@ return function(name, basalt)
if (curProcess ~= nil) then
if not (curProcess:isDead()) then
if not (paused) then
self:injectEvents(queuedEvent)
self:injectEvents(table.unpack(queuedEvent))
queuedEvent = {}
end
end