0001-Proposal-for-Bugfix-5932.patch

Thomas Arnold, 2012-11-09 12:30 PM

Download (974 Bytes)

View differences:

src/app/legend/qgslegend.cpp
2674 2674
      selected.append( item );
2675 2675
    }
2676 2676
  }
2677

  
2678
  blockSignals( false );
2679

  
2677 2680
  foreach ( QTreeWidgetItem * item, selected )
2678 2681
  {
2679 2682
    insertItem( item, group );
......
2681 2684

  
2682 2685
  editItem( group, 0 );
2683 2686

  
2684
  blockSignals( false );
2685 2687

  
2686 2688
  // notify that group was added and that items were moved
2687 2689
  emit itemAdded( indexFromItem( group ) );
2688
-