mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
CComponentsWindow: remove wrong corner assignment
Overwrites corner mode for already assigned corner type for body object and previous statement is canceled. This should avoid this.
This commit is contained in:
@@ -300,9 +300,6 @@ void CComponentsWindow::initBody()
|
|||||||
ccw_body->setCornerType(CORNER_TOP);
|
ccw_body->setCornerType(CORNER_TOP);
|
||||||
if (!ccw_show_footer)
|
if (!ccw_show_footer)
|
||||||
ccw_body->setCornerType(ccw_body->getCornerType() | CORNER_BOTTOM);
|
ccw_body->setCornerType(ccw_body->getCornerType() | CORNER_BOTTOM);
|
||||||
if (!ccw_show_header)
|
|
||||||
ccw_body->setCornerType(CORNER_TOP);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user