src/ldObject.cc

changeset 894
120cf01d8831
parent 892
49afb6b98253
child 895
f0d14f16ae87
child 920
147497785496
equal deleted inserted replaced
888:7ad8fb667084 894:120cf01d8831
878 { 878 {
879 assert (document() != null); 879 assert (document() != null);
880 document().toStrongRef()->addToSelection (self()); 880 document().toStrongRef()->addToSelection (self());
881 881
882 // If this object is inverted with INVERTNEXT, pick the INVERTNEXT as well. 882 // If this object is inverted with INVERTNEXT, pick the INVERTNEXT as well.
883 /*
883 LDBFCPtr invertnext; 884 LDBFCPtr invertnext;
884 885
885 if (previousIsInvertnext (invertnext)) 886 if (previousIsInvertnext (invertnext))
886 invertnext->select(); 887 invertnext->select();
888 */
887 } 889 }
888 890
889 // ============================================================================= 891 // =============================================================================
890 // 892 //
891 void LDObject::deselect() 893 void LDObject::deselect()

mercurial