mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 22:14:41 -04:00
corregido bug que evitaba que pictureflow se pudiese configurar como StripOverlapped
corregido el estilo "modern" con m?s zoom
This commit is contained in:
@ -123,13 +123,13 @@ void ComicFlowWidgetSW::updateConfig(QSettings * settings)
|
||||
{
|
||||
switch (settings->value(FLOW_TYPE_SW).toInt())
|
||||
{
|
||||
case 0:
|
||||
case CoverFlowLike:
|
||||
flow->setFlowType(CoverFlowLike);
|
||||
return;
|
||||
case 1:
|
||||
case Strip:
|
||||
flow->setFlowType(Strip);
|
||||
return;
|
||||
case 2:
|
||||
case StripOverlapped:
|
||||
flow->setFlowType(StripOverlapped);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user