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

@ -121,6 +121,8 @@ public:
void remove();
void init_objects();
bool multiple_selection() const ;
};