Changed mode of the OblectList to Multiple selection

This commit is contained in:
YuSanka 2018-10-10 16:22:20 +02:00
parent 05c016764f
commit 30f3ec3d16
4 changed files with 16 additions and 3 deletions

View file

@ -741,6 +741,7 @@ public:
#if ENABLE_EXTENDED_SELECTION
const Selection& get_selection() const { return m_selection; }
Selection& get_selection() { return m_selection; }
#endif // ENABLE_EXTENDED_SELECTION
// Set the bed shape to a single closed 2D polygon(array of two element arrays),