-
Notifications
You must be signed in to change notification settings - Fork 63
invalid string durin HESSI GUI mouseclick #1685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
closed by #1694 |
actually #1694 did not do a good job and was the source of #1710. test_widgets has now this "test" in the first panel of the "DRAW" tab. |
All above comments proved false , culprit was a wrong WIDGET_EVENT code. |
…when needed, and found that WIDGET_EVENT was returning events AFTER event processing, not before. This was the sole reason of gnudatalanguage#1685. Thus removed the unnecessary (and wrong) patch made in 1716 HANDLER is now 0 in all structures created by widgets events, to be updated eventually by user event_pro or event_func. wxLoop is called way more frequently than before, at times when it is needed, widgets shoudl be more reactive.
when right-clicking on the plot, plots the date/position once, then runs in an infinite loop saying "Unknown user value in plotman =" ---> obviously a bug in the gdlwidget's code.
idem when left-clicking (should open a zoom rectangle), same error.
The text was updated successfully, but these errors were encountered: