CVolume: replace repaintVolScale() with paint()

paint() contains repaintVolScale()


Origin commit data
------------------
Commit: 008be59b08
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-29 (Sun, 29 Jan 2017)
This commit is contained in:
2017-01-29 20:44:53 +01:00
committed by Michael Liebmann
parent 122ff02d42
commit 5aa2568c8b

View File

@@ -159,7 +159,7 @@ void CVolume::setVolume(const neutrino_msg_t key)
if (volscale) { if (volscale) {
if(vol != g_settings.current_volume) { if(vol != g_settings.current_volume) {
vol = g_settings.current_volume; vol = g_settings.current_volume;
volscale->repaintVolScale(); volscale->paint();
} }
} }