initialize next and prev in FWidget
This commit is contained in:
parent
e116197f62
commit
bd10bc74c5
|
@ -140,7 +140,7 @@ FWidget* FWidget::getRootWidget() const
|
|||
}
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
inline FWidget* FWidget::getParentWidget() const
|
||||
FWidget* FWidget::getParentWidget() const
|
||||
{
|
||||
FObject* p_obj = getParent();
|
||||
|
||||
|
|
Loading…
Reference in New Issue