Do not select wipe tower when using Select all command

This commit is contained in:
Enrico Turri 2018-11-23 11:47:18 +01:00
parent bcf7a1f751
commit cabfca1031
2 changed files with 10 additions and 2 deletions

View file

@ -501,7 +501,7 @@ public:
bool is_multiple_volume() const { return m_type == MultipleVolume; }
bool is_mixed() const { return m_type == Mixed; }
bool is_from_single_instance() const { return get_instance_idx() != -1; }
bool is_from_single_object() const { return get_object_idx() != -1; }
bool is_from_single_object() const;
bool contains_volume(unsigned int volume_idx) const { return std::find(m_list.begin(), m_list.end(), volume_idx) != m_list.end(); }