mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-08 22:28:28 +02:00
CTestMenu: adopt for last changes
Origin commit data
------------------
Branch: ni/coolstream
Commit: b233c06af3
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-08-27 (Sat, 27 Aug 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -398,8 +398,8 @@ int CTestMenu::exec(CMenuTarget* parent, const std::string &actionKey)
|
|||||||
}
|
}
|
||||||
else if (actionKey == "square"){
|
else if (actionKey == "square"){
|
||||||
if (sq == NULL){
|
if (sq == NULL){
|
||||||
sq = new CComponentsShapeSquare (100, 220, 100, 100, NULL, CC_SHADOW_ON, COL_MENUCONTENT_PLUS_6, COL_MENUCONTENT_PLUS_0, COL_RED);
|
sq = new CComponentsShapeSquare (100, 220, 100, 100, NULL, CC_SHADOW_ON, COL_MENUCONTENT_PLUS_6, COL_LIGHT_GRAY, COL_RED);
|
||||||
sq->setCorner(11);
|
sq->setCorner(11, CORNER_BOTTOM_LEFT);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!sq->isPainted())
|
if (!sq->isPainted())
|
||||||
|
Reference in New Issue
Block a user