mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +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.
Origin commit data
------------------
Commit: f90440e0f1
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-07 (Fri, 07 Oct 2016)
This commit is contained in:
@@ -300,9 +300,6 @@ void CComponentsWindow::initBody()
|
||||
ccw_body->setCornerType(CORNER_TOP);
|
||||
if (!ccw_show_footer)
|
||||
ccw_body->setCornerType(ccw_body->getCornerType() | CORNER_BOTTOM);
|
||||
if (!ccw_show_header)
|
||||
ccw_body->setCornerType(CORNER_TOP);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user