rendering the parent now involves a full refresh

in order to get the background
develop
Myk Taylor 2022-12-27 15:23:34 -08:00
parent 033eb2aefd
commit 99ffe769fa
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 0 deletions

@ -624,6 +624,7 @@ function Screen:renderParent()
else
dscreen.clear()
end
df.global.gps.force_full_display_count = 1
end
function Screen:sendInputToParent(...)