Sankore 1196 - Taking snapshot of item on download finished

preferencesAboutTextFull
Ilia Ryabokon 12 years ago
parent 82259683c4
commit 63c3567ec8
  1. 1
      src/domain/UBGraphicsWidgetItem.cpp

@ -621,6 +621,7 @@ void UBGraphicsWidgetItem::mainFrameLoadFinished (bool ok)
mInitialLoadDone = true;
mLoadIsErronous = !ok;
update(boundingRect());
takeSnapshot();
}
void UBGraphicsWidgetItem::wheelEvent(QGraphicsSceneWheelEvent *event)

Loading…
Cancel
Save