wxWidgets/src
Vadim Zeitlin 4fc26303b9 Fix restricting both min and max size of MDI children in wxMSW.
Calling SetMinSize() on wxMDIChildFrame in wxMSW prevented SetMaxSize() from
working as wxMDIChildFrame::HandleGetMinMaxInfo() didn't take the max size
into account and prevented the execution of the base class version of the same
method from taking place if min size was set.

Fix this simply by always delegating to the base class version after using
DefMDIChildProc() to compute the default max size values.

Closes .
2015-06-15 17:43:41 +02:00
..
aui Don't test if a reference is null, this cannot happen. 2015-06-03 17:08:30 +02:00
common Really fix MinGW compilation of SetThreadUILanguage-using code 2015-06-15 13:56:35 +02:00
dfb Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
expat Convert a few files from DOS to Unix EOLs. 2015-03-19 21:45:38 +01:00
generic Fix some typos, no code changes (besides strings) 2015-06-05 02:54:46 +04:00
gtk Fix some typos, no code changes (besides strings) 2015-06-05 02:54:46 +04:00
gtk1 Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
html Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
jpeg Convert really all CRLF files to use LF in the git repository. 2015-03-19 21:09:08 +01:00
motif Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
msdos Remove (Open)Watcom support. 2014-05-16 13:01:06 +00:00
msw Fix restricting both min and max size of MDI children in wxMSW. 2015-06-15 17:43:41 +02:00
osx Use FSEvents in wxFileSystemWatcher on OS X 2015-06-06 02:37:35 +04:00
png Convert really all CRLF files to use LF in the git repository. 2015-03-19 21:09:08 +01:00
propgrid Work around "missing" LLONG_MAX &c in MinGW strict ANSI mode. 2015-06-14 19:52:28 +02:00
qt Fixed wxAppConsole spelling in the comments. 2015-06-03 17:14:09 +03:00
regex Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
ribbon Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
richtext No changes, just remove an unused variable. 2015-05-24 02:00:34 +02:00
stc Fix building and using the library with MinGW -std=c++{98,11} options. 2015-06-14 19:52:26 +02:00
tiff Don't redefine snprintf() for MSVC 14 in libtiff. 2015-05-08 02:16:53 +02:00
univ Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
unix Use FSEvents in wxFileSystemWatcher on OS X 2015-06-06 02:37:35 +04:00
x11 Remove WXWIN_OS_DESCRIPTION. 2015-05-22 02:29:49 +02:00
xml Add support for DOCTYPE to wxXmlDocument. 2015-04-26 15:36:48 +02:00
xrc Add a check for wxWindow::Create() success to wxXRC. 2015-05-16 16:03:23 +02:00
zlib Deal with remaining cvs/svn keywords. 2015-04-09 03:32:23 +04:00