mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 08:25:03 -04:00
New quick navitation mode option for go to flow.
This commit is contained in:
@ -1460,7 +1460,8 @@ QImage ImageLoaderGL::loadImage(const QString& fileName)
|
||||
case high:
|
||||
image = image.scaledToWidth(320,Qt::SmoothTransformation);
|
||||
break;
|
||||
|
||||
case ultraHigh:
|
||||
break; //no scaling in ultraHigh
|
||||
}
|
||||
|
||||
if(!result)
|
||||
|
Reference in New Issue
Block a user