Do nothing in wxTLW::Show() if t already is
authorRobert Roebling <robert@roebling.de>
Tue, 1 Aug 2006 16:39:31 +0000 (16:39 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 1 Aug 2006 16:39:31 +0000 (16:39 +0000)
commit416d721d4b4537e4ec72a9e19871602de73a0ae6
treed136560f345ad7982e450f1e1ffc3106f11cd5c3
parent838bdeaa7bd9821175ef1fa0b54b497827ab222b
  Do nothing in wxTLW::Show() if t already is
    shown.
  Don't call gtk_widget_set_uposition() there
    anymore, since it is useless, deprectased
    and causes surplus move events.

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