mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
A?adida las opciones de control de imagen al di?logo de opciones, falta maquetarlo
adecuadamente.
This commit is contained in:
@ -736,6 +736,13 @@ void Viewer::updateConfig(QSettings * settings)
|
||||
QPalette palette;
|
||||
palette.setColor(backgroundRole(), Configuration::getConfiguration().getBackgroundColor());
|
||||
setPalette(palette);
|
||||
|
||||
|
||||
}
|
||||
|
||||
void Viewer::updateImageOptions()
|
||||
{
|
||||
render->reload();
|
||||
}
|
||||
|
||||
void Viewer::setBookmarks()
|
||||
|
Reference in New Issue
Block a user