mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
deactivate f2bdac723c
to "fix" cst build
Origin commit data ------------------ Branch: ni/coolstream Commit:9374e1287f
Author: vanhofen <vanhofen@gmx.de> Date: 2025-06-14 (Sat, 14 Jun 2025) Origin message was: ------------------ - deactivatef2bdac723c
to "fix" cst build ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit
This commit is contained in:
@@ -69,9 +69,11 @@ class CCPicture : public CComponentsShapeSquare
|
||||
|
||||
void SetTransparent(const int &mode) {setBodyBGImageTranparencyMode(mode);}
|
||||
|
||||
#if 0
|
||||
///import base class methods for width and height to avoid -Woverloaded-virtual
|
||||
using CCDraw::setWidth;
|
||||
using CCDraw::setHeight;
|
||||
#endif
|
||||
|
||||
///set width of object, keep_aspect = true keeps ratio related to height
|
||||
void setWidth(const int &w, bool keep_aspect = true);
|
||||
@@ -285,9 +287,11 @@ class CComponentsPicture : public CComponentsForm
|
||||
*/
|
||||
void SetTransparent(const int &mode);
|
||||
|
||||
#if 0
|
||||
//import base class methods for width and height to avoid -Woverloaded-virtual
|
||||
using CCDraw::setWidth;
|
||||
using CCDraw::setHeight;
|
||||
#endif
|
||||
|
||||
/*!
|
||||
Sets width of object, keep_aspect = true keeps ratio related to height
|
||||
|
Reference in New Issue
Block a user