mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
components: use const bool& parameter in paint methodes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 07d8f07d4d
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -381,7 +381,7 @@ void CComponentsFooter::paintButtons(const int& x_pos,
|
||||
const int& label_width,
|
||||
const int& context_buttons,
|
||||
Font* font,
|
||||
bool do_save_bg)
|
||||
const bool &do_save_bg)
|
||||
{
|
||||
this->setDimensionsAll(x_pos, y_pos, w, h);
|
||||
this->setButtonFont(font);
|
||||
|
Reference in New Issue
Block a user