mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 22:14:41 -04:00
local server now runs in a separated thread
This commit is contained in:
@ -798,6 +798,7 @@ void Viewer::mouseReleaseEvent ( QMouseEvent * event )
|
||||
|
||||
void Viewer::updateFitToWidthRatio(float ratio)
|
||||
{
|
||||
Configuration::getConfiguration().setAdjustToWidth(true);
|
||||
adjustToWidthRatio = ratio;
|
||||
updateContentSize();
|
||||
}
|
||||
|
Reference in New Issue
Block a user