wxMiniFrame works again.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -358,7 +358,7 @@ bool wxTopLevelWindowGTK::Create( wxWindow *parent,
|
||||
wxTopLevelWindows.Append( this );
|
||||
|
||||
m_needParent = FALSE;
|
||||
|
||||
|
||||
if (!PreCreation( parent, pos, size ) ||
|
||||
!CreateBase( parent, id, pos, size, style, wxDefaultValidator, name ))
|
||||
{
|
||||
@@ -381,7 +381,7 @@ bool wxTopLevelWindowGTK::Create( wxWindow *parent,
|
||||
m_widget = gtk_window_new( win_type );
|
||||
|
||||
if (m_parent && (GTK_IS_WINDOW(m_parent->m_widget)) &&
|
||||
(HasFlag(wxFRAME_FLOAT_ON_PARENT) || (GetExtraStyle() & wxTOPLEVEL_EX_DIALOG)))
|
||||
(GetExtraStyle() & wxTOPLEVEL_EX_DIALOG))
|
||||
{
|
||||
gtk_window_set_transient_for( GTK_WINDOW(m_widget), GTK_WINDOW(m_parent->m_widget) );
|
||||
}
|
||||
|
Reference in New Issue
Block a user