Big Refactoring: - deleted/renamed all _Prusa_ prefixes,

- cleaned code from commented parts
 - rescale() -> msw_rescale()
This commit is contained in:
YuSanka
2019-04-25 01:45:00 +02:00
parent 56c063546f
commit 0da12d08fd
32 changed files with 726 additions and 1139 deletions

View File

@@ -3188,7 +3188,7 @@ double GLCanvas3D::get_size_proportional_to_max_bed_size(double factor) const
return factor * m_bed.get_bounding_box().max_size();
}
void GLCanvas3D::rescale()
void GLCanvas3D::msw_rescale()
{
m_warning_texture.rescale(*this);
}