summaryrefslogtreecommitdiff
path: root/action.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 10:37:43 -0600
committerJeff Carr <[email protected]>2024-01-14 10:37:43 -0600
commitbe35668f0bbcffd1a23244fd2f422ad0356ed064 (patch)
treef4d8ff36fd3e037cc14dceda4ada27892a2e1ebb /action.go
parent47b15946de10a75cda026a7317a90d4857b453c8 (diff)
working on margin()v0.12.6
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'action.go')
-rw-r--r--action.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/action.go b/action.go
index 516cf15..e0d2690 100644
--- a/action.go
+++ b/action.go
@@ -36,8 +36,6 @@ func sendAction(n *Node, atype widget.ActionType) {
a.Strings = n.strings
// These should be improved/deprecated based on the gui/widget docs
- a.Expand = n.expand
-
a.X = n.X
a.Y = n.Y