mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 06:54:39 -04:00
Corregido bug que causaba que las marcas de c?mic le?do no se dibujasen adecuadamente.
This commit is contained in:
@ -82,8 +82,7 @@ void LibraryWindow::doLayout()
|
||||
m.rotate(-90);
|
||||
m.scale(-1,1);
|
||||
QImage image(":/images/setRead.png");
|
||||
image.transformed(m,Qt::SmoothTransformation);
|
||||
comicFlow->setMarkImage(image);
|
||||
comicFlow->setMarkImage(image.transformed(m,Qt::SmoothTransformation));
|
||||
int heightDesktopResolution = QApplication::desktop()->screenGeometry().height();
|
||||
int height,width;
|
||||
height = heightDesktopResolution*0.39;
|
||||
|
Reference in New Issue
Block a user