removed unwanted notification

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent 6f3f71673e
commit e78bbdeb19
  1. 4
      src/domain/UBGraphicsScene.cpp

@ -154,10 +154,6 @@ UBGraphicsScene::~UBGraphicsScene()
void UBGraphicsScene::selectionChangedProcessing() void UBGraphicsScene::selectionChangedProcessing()
{ {
if (selectedItems().count())
UBApplication::showMessage("ZValue is " + QString::number(selectedItems().first()->zValue(), 'f'));
QList<QGraphicsItem *> allItemsList = items(); QList<QGraphicsItem *> allItemsList = items();
qreal maxZ = 0.; qreal maxZ = 0.;
for( int i = 0; i < allItemsList.size(); i++ ) { for( int i = 0; i < allItemsList.size(); i++ ) {

Loading…
Cancel
Save