From a077a1c605d2a03fc8f6c64c9a60197e3bcc136b Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 29 Jan 2017 20:44:53 +0100 Subject: [PATCH] CVolume: replace repaintVolScale() with paint() paint() contains repaintVolScale() Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/a163d5b17b8ca8dcc65e620d7c8578d5cc5b3887 Author: Thilo Graf Date: 2017-01-29 (Sun, 29 Jan 2017) Origin message was: ------------------ CVolume: replace repaintVolScale() with paint() paint() contains repaintVolScale() ------------------ This commit was generated by Migit --- src/driver/volume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }