mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
CDBoxInfoWidget: remove superfluous paint of header
Origin commit data
------------------
Commit: d8e3ecfa1d
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-03-22 (Tue, 22 Mar 2016)
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include <gui/widget/menue.h>
|
||||
#include <driver/framebuffer.h>
|
||||
#include <driver/fontrenderer.h>
|
||||
#include <gui/components/cc.h>
|
||||
#include <string>
|
||||
|
||||
class CDBoxInfoWidget : public CMenuTarget
|
||||
@@ -54,12 +55,13 @@ class CDBoxInfoWidget : public CMenuTarget
|
||||
int nameWidth;
|
||||
|
||||
void paint();
|
||||
|
||||
CComponentsHeader *header;
|
||||
Font *fm, *ft;
|
||||
|
||||
public:
|
||||
|
||||
CDBoxInfoWidget();
|
||||
~CDBoxInfoWidget();
|
||||
|
||||
void hide();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
|
Reference in New Issue
Block a user