Skip to content

Several bug correction for widgets. #1568

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

Merged
merged 7 commits into from
Apr 20, 2023

Conversation

GillesDuvert
Copy link
Contributor

caused SSW's plotman() widget to fail

…le with PLOTMAN, that does this (in xshow.pro)

 widget_control,ids(i),/map,/show,realize=(not realized),iconify=0
where realized = not 0 = -2 (bad IDL writing, should have been realize=(~realized) )
So realize was called on a realized widget and trouble followed. Probably safer to rewrite the concerned code but this patch is sufficient IMHO
…, (but not during creation) . Especially if the widget is not realized.
rename notebook as we could use a number of different wx "notebooks"
@GillesDuvert GillesDuvert merged commit e8442e2 into gnudatalanguage:master Apr 20, 2023
@GillesDuvert GillesDuvert deleted the WIDGETS_OK_PLOTMAN branch September 8, 2023 17:54
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.

1 participant