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() |