CInfoClock: Use dynamic font for display

This commit is contained in:
M. Liebmann
2013-11-27 04:02:01 +01:00
parent 90985f11d2
commit 435d25c0ce
11 changed files with 70 additions and 6 deletions

View File

@@ -52,7 +52,6 @@
#include <global.h>
#include <neutrino.h>
#include <gui/widget/stringinput.h>
#include <gui/audiomute.h>
#include <gui/infoclock.h>
#include <driver/volume.h>
#include <system/helpers.h>
@@ -322,10 +321,6 @@ bool CFontSizeNotifier::changeNotify(const neutrino_locale_t, void *)
hintBox.hide();
/* recalculate infoclock/muteicon/volumebar */
CVolumeHelper::getInstance()->refresh();
if (CNeutrinoApp::getInstance()->isMuted()) {
CAudioMute::getInstance()->enableMuteIcon(false);
CAudioMute::getInstance()->enableMuteIcon(true);
}
return true;
}