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:
2016-03-22 11:35:02 +01:00
parent 363d521343
commit 694fea40ad
2 changed files with 16 additions and 5 deletions

View File

@@ -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);