1. wxSingleChoiceDialog looks Ok under Windows
2. wxDialog now longer is resizeable by default 3. wxProgressDialog has a more reasonable width git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -123,7 +123,7 @@ bool wxDialog::Create(wxWindow *parent, wxWindowID id,
|
||||
// resizeable or not (but a resizeable dialog always has caption -
|
||||
// otherwise it would look too strange)
|
||||
const wxChar *dlg;
|
||||
if ( style & wxTHICK_FRAME )
|
||||
if ( style & wxRESIZE_BORDER )
|
||||
dlg = _T("wxResizeableDialog");
|
||||
else if ( style & wxCAPTION )
|
||||
dlg = _T("wxCaptionDialog");
|
||||
|
Reference in New Issue
Block a user