Fix crash when selecting an object

issue no. 11
This commit is contained in:
tamasmeszaros 2023-01-10 09:42:53 +01:00
parent 39197ecd2d
commit 7c834de6ab
3 changed files with 17 additions and 2 deletions

View file

@ -1046,6 +1046,8 @@ private:
float get_overlay_window_width() { return LayersEditing::get_overlay_window_width(); }
};
const ModelVolume * get_model_volume(const GLVolume &v, const Model &model);
} // namespace GUI
} // namespace Slic3r