SPE-1313 - Fixed wrong warning message when object out of bounds (SLA printers)

This commit is contained in:
enricoturri1966 2022-09-21 13:59:15 +02:00
parent ad1c029935
commit abca0126ec
2 changed files with 37 additions and 10 deletions

View file

@ -1075,7 +1075,7 @@ private:
// generates a warning notification containing the given message
void _set_warning_notification(EWarning warning, bool state);
bool _is_any_volume_outside() const;
std::pair<bool, const GLVolume*> _is_any_volume_outside() const;
// updates the selection from the content of m_hover_volume_idxs
void _update_selection_from_hover();