Removed constraints check for wxDirDialog from configure (not needed).
Implemented solid drawing for DoDrawText, so text selection works git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
10
configure.in
10
configure.in
@@ -4567,14 +4567,10 @@ if test "$wxUSE_FONTDLG" = "yes"; then
|
||||
fi
|
||||
|
||||
if test "$wxUSE_DIRDLG" = "yes"; then
|
||||
if test "$wxUSE_CONSTRAINTS" != "yes"; then
|
||||
AC_MSG_WARN(wxDirDialog requires constraints so it won't be compiled without them)
|
||||
if test "$wxUSE_TREECTRL" != "yes"; then
|
||||
AC_MSG_WARN(wxDirDialog requires wxTreeCtrl so it won't be compiled without it)
|
||||
else
|
||||
if test "$wxUSE_TREECTRL" != "yes"; then
|
||||
AC_MSG_WARN(wxDirDialog requires wxTreeCtrl so it won't be compiled without it)
|
||||
else
|
||||
AC_DEFINE(wxUSE_DIRDLG)
|
||||
fi
|
||||
AC_DEFINE(wxUSE_DIRDLG)
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user