diff --git a/src/driver/volume.cpp b/src/driver/volume.cpp index 4a3112c52..9b66449fd 100644 --- a/src/driver/volume.cpp +++ b/src/driver/volume.cpp @@ -159,7 +159,7 @@ void CVolume::setVolume(const neutrino_msg_t key) if (volscale) { if(vol != g_settings.current_volume) { vol = g_settings.current_volume; - volscale->repaintVolScale(); + volscale->paint(); } }