mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
CVolume: replace repaintVolScale() with paint()
paint() contains repaintVolScale()
Origin commit data
------------------
Branch: ni/coolstream
Commit: a163d5b17b
Author: Thilo Graf <dbt@novatux.de>
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
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user