Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2020-02-28 13:19:46 +0300
committerEnrico Turri <enricoturri@seznam.cz>2020-02-28 13:19:46 +0300
commitdff9af20a4ee035a7dc906756b5dc15acf51625a (patch)
treee4bb35672965b0518d7548926b4bb21d3290ef13 /src/slic3r/GUI/Plater.cpp
parent03f17a13e756038603d471c80d22d45012f1059a (diff)
Follow-up of 47604b6326d40bfe66c46ed471adb43d1d153e66 -> Fixed layout at startup
Diffstat (limited to 'src/slic3r/GUI/Plater.cpp')
-rw-r--r--src/slic3r/GUI/Plater.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp
index cd6a6919a..1e13bf3af 100644
--- a/src/slic3r/GUI/Plater.cpp
+++ b/src/slic3r/GUI/Plater.cpp
@@ -5591,6 +5591,7 @@ void Plater::suppress_background_process(const bool stop_background_process)
void Plater::fix_through_netfabb(const int obj_idx, const int vol_idx/* = -1*/) { p->fix_through_netfabb(obj_idx, vol_idx); }
void Plater::update_object_menu() { p->update_object_menu(); }
+void Plater::show_action_buttons(const bool is_ready_to_slice) const { p->show_action_buttons(is_ready_to_slice); }
void Plater::copy_selection_to_clipboard()
{