Fix to SANKORE-337

preferencesAboutTextFull
Aleksei Kanash 13 years ago
parent 0e3b844780
commit 9c48fd2095
  1. 3
      src/domain/UBGraphicsScene.cpp

@ -1755,6 +1755,9 @@ void UBGraphicsScene::addCache()
mTools << cache;
addItem(cache);
cache->setData(UBGraphicsItemData::ItemLayerType, QVariant(UBItemLayerType::Tool));
cache->setVisible(true);
cache->setSelected(true);
UBApplication::boardController->notifyCache(true);

Loading…
Cancel
Save