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.hpp
parent03f17a13e756038603d471c80d22d45012f1059a (diff)
Follow-up of 47604b6326d40bfe66c46ed471adb43d1d153e66 -> Fixed layout at startup
Diffstat (limited to 'src/slic3r/GUI/Plater.hpp')
-rw-r--r--src/slic3r/GUI/Plater.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Plater.hpp b/src/slic3r/GUI/Plater.hpp
index 2e4f2ca85..249e0a043 100644
--- a/src/slic3r/GUI/Plater.hpp
+++ b/src/slic3r/GUI/Plater.hpp
@@ -239,6 +239,7 @@ public:
std::vector<std::string> get_colors_for_color_print() const;
void update_object_menu();
+ void show_action_buttons(const bool is_ready_to_slice) const;
wxString get_project_filename(const wxString& extension = wxEmptyString) const;
void set_project_filename(const wxString& filename);