Improvements of the triangulation of SLA layer preview.

This commit is contained in:
bubnikv 2019-01-24 19:08:58 +01:00
parent 584e8a8490
commit 49487c16e6
7 changed files with 386 additions and 127 deletions

View file

@ -245,8 +245,6 @@ void show_info(wxWindow* parent, const wxString& message, const wxString& title)
void warning_catcher(wxWindow* parent, const wxString& message)
{
if (message == "GLUquadricObjPtr | " + _(L("Attempt to free unreferenced scalar")) )
return;
wxMessageDialog msg(parent, message, _(L("Warning")), wxOK | wxICON_WARNING);
msg.ShowModal();
}