mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-22 18:32:16 +00:00
Support larger printer sizes by using 64-bit.
SuperSlicer is referenced for some changes. Co-authored-by: Merill <merill@free.fr>
This commit is contained in:
@@ -351,7 +351,7 @@ void StyleManager::init_trunc_names(float max_width) {
|
||||
#include "slic3r/GUI/MainFrame.hpp"
|
||||
#include "slic3r/GUI/Gizmos/GizmoObjectManipulation.hpp"
|
||||
|
||||
void StyleManager::init_style_images(const Vec2i &max_size,
|
||||
void StyleManager::init_style_images(const Vec2i32 &max_size,
|
||||
const std::string &text)
|
||||
{
|
||||
// check already initialized
|
||||
|
||||
Reference in New Issue
Block a user