Merge pull request #164 from argonui/draw-one-bugfix

Draw 1 Button: bugfix for reference
This commit is contained in:
Chr1Z 2023-01-07 00:34:44 +01:00 committed by GitHub
commit e339dc941a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -631,7 +631,7 @@ function showDrawButton(visible)
self.createButton({ self.createButton({
label = "Draw 1", label = "Draw 1",
click_function = "doDrawOne", click_function = "doDrawOne",
function_owner = mat, function_owner = self,
position = { 1.84, 0.1, -0.36 }, position = { 1.84, 0.1, -0.36 },
scale = { 0.12, 0.12, 0.12 }, scale = { 0.12, 0.12, 0.12 },
width = 800, width = 800,