mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fixed typo bug
This commit is contained in:
@@ -87,7 +87,7 @@ ObjectManipulation::ObjectManipulation(wxWindow* parent):
|
|||||||
if (option_name == "Rotation")
|
if (option_name == "Rotation")
|
||||||
def.min = -360;
|
def.min = -360;
|
||||||
else
|
else
|
||||||
def.min == -1000;
|
def.min = -1000;
|
||||||
|
|
||||||
const std::string lower_name = boost::algorithm::to_lower_copy(option_name);
|
const std::string lower_name = boost::algorithm::to_lower_copy(option_name);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user