mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 08:11:11 -06:00
Update of the view mode works correctly
This commit is contained in:
parent
bd2371cb03
commit
622c613b41
7 changed files with 26 additions and 15 deletions
|
@ -116,6 +116,9 @@ void set_show_print_info(bool show)
|
|||
void set_show_manifold_warning_icon(bool show)
|
||||
%code%{ Slic3r::GUI::set_show_manifold_warning_icon(show); %};
|
||||
|
||||
void update_mode()
|
||||
%code%{ Slic3r::GUI::update_mode(); %};
|
||||
|
||||
std::string fold_utf8_to_ascii(const char *src)
|
||||
%code%{ RETVAL = Slic3r::fold_utf8_to_ascii(src); %};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue