SPE-1313 - Fixed wrong warning message when object out of bounds (SLA printers)
This commit is contained in:
parent
ad1c029935
commit
abca0126ec
2 changed files with 37 additions and 10 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue