Skip to content

SP5 OpenGL Control: Fix keyboard input bug #2609#2616

Merged
swharden merged 4 commits intoScottPlot:mainfrom
StendProg:KeyboardInputBug
May 14, 2023
Merged

SP5 OpenGL Control: Fix keyboard input bug #2609#2616
swharden merged 4 commits intoScottPlot:mainfrom
StendProg:KeyboardInputBug

Conversation

@StendProg
Copy link
Contributor

Purpose:
Two plot control and keyboard input will stackoverflow #2609

This bug refers to GLWPFControl. opentk/GLWpfControl#82
They made it possible to bypass incorrect keypress handling in version 4.2.3.
This PR updates the version of GLWPFControl, and disables incorrect event handling by GLWPFControl itself. ScottPlot.WPF's keyboard handlers continue to work correctly if the control gets focus.

@swharden
Copy link
Member

Thanks @StendProg! I was sick for a few weeks so it took me longer than typical to get to this, but I'm merging it in now 👍

@swharden swharden enabled auto-merge May 14, 2023 20:19
@swharden swharden changed the title Fix keyboard input bug #2609 SP5 OpenGL Control: Fix keyboard input bug #2609 May 14, 2023
@swharden swharden linked an issue May 14, 2023 that may be closed by this pull request
@swharden swharden merged commit 99fc915 into ScottPlot:main May 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SP5: Two plot control and keyboard input will stackoverflow

2 participants