LessTif 0.93 does not hang in wxWindow::ChangeFont as 0.87 did:
authorMattia Barbon <mbarbon@cpan.org>
Sun, 29 Dec 2002 07:59:02 +0000 (07:59 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 29 Dec 2002 07:59:02 +0000 (07:59 +0000)
commitb9ecc16a80cf3acb5f2b2d809623b56452900dab
tree5795111b29cfd7a5a8e19929074fe72b29bff17f
parent17fe68bd2399933e4418d914e07a8300d84e22a1
  LessTif 0.93 does not hang in wxWindow::ChangeFont as 0.87 did:
enable chainging window font again.
  Set/reset MappedWhenManaged flag when showing/hiding a window, otherwise,
since some common operations (moving, adding items to a listbox, ...) do
a Unmanage-Manage pair, calling Hide and then (for example) SetSize would
show the window again.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/motif/window.cpp