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:
Diffstat (limited to 'resources/ui_layout/Readme.md')
-rw-r--r--resources/ui_layout/Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/ui_layout/Readme.md b/resources/ui_layout/Readme.md
index 4c764006e..d205e8646 100644
--- a/resources/ui_layout/Readme.md
+++ b/resources/ui_layout/Readme.md
@@ -161,8 +161,8 @@ Here are all the functions you need to define for your custom widget to work (fo
* float **OPTNAME_get**()
* void **OPTNAME_set**(float set)
### type float_or_percent:
- * float **OPTNAME_get**(bool &out is_percent)
- * void **OPTNAME_set**(float set, bool is_percent)
+ * float **OPTNAME_get**(bool &out isPercent)
+ * void **OPTNAME_set**(float set, bool isPercent)
### type string:
* void **OPTNAME_get**(string &out get)
* void **OPTNAME_set**(string &in set)