mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 14:04:40 -04:00
Corregido el aspecto de elegir color de fondo y la actualizaci?n autom?tica al
cerrar el di?logo de opciones
This commit is contained in:
@ -731,6 +731,10 @@ void Viewer::updateFitToWidthRatio(float ratio)
|
||||
void Viewer::updateConfig(QSettings * settings)
|
||||
{
|
||||
goToFlow->updateConfig(settings);
|
||||
|
||||
QPalette palette;
|
||||
palette.setColor(backgroundRole(), Configuration::getConfiguration().getBackgroundColor());
|
||||
setPalette(palette);
|
||||
}
|
||||
|
||||
void Viewer::setBookmarks()
|
||||
|
Reference in New Issue
Block a user