1483 { |
1483 { |
1484 for (LDObjectPtr obj : m_sel) |
1484 for (LDObjectPtr obj : m_sel) |
1485 removeFromSelection (obj); |
1485 removeFromSelection (obj); |
1486 |
1486 |
1487 assert (m_sel.isEmpty()); |
1487 assert (m_sel.isEmpty()); |
1488 |
|
1489 if (self() == getCurrentDocument()) |
|
1490 g_win->buildObjList(); |
|
1491 } |
1488 } |
1492 |
1489 |
1493 // ============================================================================= |
1490 // ============================================================================= |
1494 // |
1491 // |
1495 const LDObjectList& LDDocument::getSelection() const |
1492 const LDObjectList& LDDocument::getSelection() const |