Comment #5 on issue 4291 by
[hidden email]: Choose color dialog
modal does not work anymore
http://code.google.com/p/pharo/issues/detail?id=4291Seems to be due to inclusion of TEasilyThemed trait (expected to be applied
to a Morph subclass).
Changing #openModel: should fix (revert changes to UITheme in addition).
Possible other problems may occur (since MorphicUIManager is *not* a Morph).
MorphicUIManager>>openModal: aSystemWindow
"Open the given window at an available position with modality.
Answer the system window."
^World openModal: aSystemWindow
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker