<p></p>
<p>Gaplan and weedeater (in Discord) both report that trying to change Custom's zoom in the F9 Global Editor Options menu sometimes causes the Enter key to get stuck afterwards, until you press it. I assume they're using windows (Gaplan is) and gfx_sdl (gfx_sdl2 doesn't even allow chanign the zoom!).</p>
<p>The problem is that gfx_sdl destroys and recreates the window, probably causing havok for key events. SDL2 doesn't, it adds <code>SDL_SetWindowSize</code> to avoid that, so I assume this will be fixed in gfx_sdl2.<br>
Another bug where SDL 1.2 gets stuck keys is when spawning programs (bug <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="581258381" data-permission-text="Title is private" data-url="https://github.com/ohrrpgce/ohrrpgce/issues/932" data-hovercard-type="issue" data-hovercard-url="/ohrrpgce/ohrrpgce/issues/932/hovercard" href="https://github.com/ohrrpgce/ohrrpgce/issues/932">#932</a>).</p>
<p>But changing window zoom is currently broken in gfx_sdl2.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/ohrrpgce/ohrrpgce/issues/1173">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AMWGWZVMSLMWJB6YJGDIF2DSFOJZRANCNFSM4RJVBWOA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AMWGWZXXJX5OTMKX65TVECTSFOJZRA5CNFSM4RJVBWOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KN5OGLA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/ohrrpgce/ohrrpgce/issues/1173",
"url": "https://github.com/ohrrpgce/ohrrpgce/issues/1173",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>