Address review comments
This commit is contained in:
parent
a5d880979c
commit
1e93f568b5
3 changed files with 4 additions and 3 deletions
|
@ -109,7 +109,7 @@ void ConfigureGraphics::updateShaders(bool anaglyph) {
|
|||
}
|
||||
}
|
||||
|
||||
void ConfigureGraphics::UpdateBackgroundColorButton(QColor color) {
|
||||
void ConfigureGraphics::UpdateBackgroundColorButton(const QColor& color) {
|
||||
bg_color = color;
|
||||
|
||||
QPixmap pixmap(ui->bg_button->size());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue