mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
Try to rework footer
* try to fix enableButtonShadow(), seems an init is missing * shadow fixed
This commit is contained in:
@@ -247,11 +247,11 @@ void CComponentsPicture::initPosition(int *x_position, int *y_position)
|
||||
}
|
||||
|
||||
|
||||
void CComponentsPicture::getSize(int* width_image, int *height_image)
|
||||
{
|
||||
*width_image = width;
|
||||
*height_image = height;
|
||||
}
|
||||
// void CComponentsPicture::getSize(int* width_image, int *height_image)
|
||||
// {
|
||||
// *width_image = width;
|
||||
// *height_image = height;
|
||||
// }
|
||||
|
||||
int CComponentsPicture::getWidth()
|
||||
{
|
||||
|
Reference in New Issue
Block a user