Don't set a normal cursor for the frame, set the NULL cursor, else
text controls (for example) can get the wrong cursor. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1035,6 +1035,7 @@ void cbRowLayoutPlugin::OnLayoutRows( cbLayoutRowsEvent& event )
|
||||
for ( i = 0; i != mpPane->GetRowList().Count(); ++i )
|
||||
{
|
||||
cbRowInfo& row = *mpPane->GetRowList()[ i ];
|
||||
//mpPane->CalcLengthRatios(& row);
|
||||
|
||||
// setup "has-handle" flags for rows, which depend on the existance
|
||||
// of not-fixed bars in the row
|
||||
|
||||
Reference in New Issue
Block a user