removed a spurious SetCursor when creating a widget
git-svn-id: svn://10.0.0.236/trunk@28567 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -214,10 +214,6 @@ void nsBaseWidget::BaseCreate(nsIWidget *aParent,
|
||||
if (aParent) {
|
||||
aParent->AddChild(this);
|
||||
}
|
||||
|
||||
// Force cursor to default setting
|
||||
mCursor = eCursor_select;
|
||||
SetCursor(eCursor_standard);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user