// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
- #pragma implementation "panedrawpl.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
if ( !mResizeCursorOn || prevWasRowHandle != mRowHandleHitted )
{
+ mpLayout->GetParentFrame().SetCursor( *pCurs );
+
if ( !mResizeCursorOn )
{
// caputre if not captured yet
mpLayout->CaptureEventsForPane( event.mpPane );
mpLayout->CaptureEventsForPlugin( this );
}
-
- mpLayout->GetParentFrame().SetCursor( *pCurs );
}
mResizeCursorOn = true;