Upport hint window improvement using custom GTK+ code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-11-07 11:12:08 +00:00
parent 39db4477f1
commit 952a3bd46d
2 changed files with 68 additions and 4 deletions

View File

@@ -829,10 +829,6 @@ void wxTopLevelWindowGTK::DoSetSize( int x, int y, int width, int height, int si
{
wxCHECK_RET( m_widget, wxT("invalid frame") );
// this shouldn't happen: wxFrame, wxMDIParentFrame and wxMDIChildFrame have m_wxwindow
wxASSERT_MSG( (m_wxwindow != NULL), wxT("invalid frame") );
// deal with the position first
int old_x = m_x;
int old_y = m_y;