]> git.saurik.com Git - wxWidgets.git/commit
Sizer based dialogs (like wxSingleChoiceDialog) are now forced to initially appear...
authorGeorge Tasker <gtasker@allenbrook.com>
Fri, 11 May 2001 20:23:58 +0000 (20:23 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Fri, 11 May 2001 20:23:58 +0000 (20:23 +0000)
commitef397583dfdf7ba59ecb0a72659c455f04523c97
treeec85da3149afd8c2f3bdb3202e1e5ed4ac89fdd9
parent4e0e692f033442a2f700771a209ca08e538411b0
Sizer based dialogs (like wxSingleChoiceDialog) are now forced to initially appear in the visible area of the display, relocating the dialog before display so that it fits within the display (if possible).  If the dialog will not fit in the display area, it is shifted so that the top edge with the title bar is visible on the display

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/sizer.cpp
src/common/wincmn.cpp