mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Fixed conflicts after merge with master
This commit is contained in:
@@ -624,12 +624,6 @@ void GCodeViewer::render_shells() const
|
||||
}
|
||||
|
||||
void GCodeViewer::render_overlay() const
|
||||
{
|
||||
render_legend();
|
||||
render_toolbar();
|
||||
}
|
||||
|
||||
void GCodeViewer::render_legend() const
|
||||
{
|
||||
static const ImVec4 ORANGE(1.0f, 0.49f, 0.22f, 1.0f);
|
||||
static const float ICON_BORDER_SIZE = 25.0f;
|
||||
@@ -803,10 +797,6 @@ void GCodeViewer::render_legend() const
|
||||
ImGui::PopStyleVar();
|
||||
}
|
||||
|
||||
void GCodeViewer::render_toolbar() const
|
||||
{
|
||||
}
|
||||
|
||||
} // namespace GUI
|
||||
} // namespace Slic3r
|
||||
|
||||
|
||||
Reference in New Issue
Block a user