diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-12 19:54:46 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-12 19:54:46 -0400 |
| commit | 07acb1ae04c5b1db70a3c390fd124324ad813085 (patch) | |
| tree | c71be0957fbf4e6d1f8f1c83e28914a66ad930a8 /redo/stack.go | |
| parent | 734901351ef0939cb4c7487620b7d5987cf6a8b9 (diff) | |
Now that all calls have to be made on a single thread, Stack.SetStretchy() can safely be called even after its Window is created (which is also when the Stack is assigned to the Window anyway).
Diffstat (limited to 'redo/stack.go')
| -rw-r--r-- | redo/stack.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/stack.go b/redo/stack.go index 140ac4e..b0f9b0a 100644 --- a/redo/stack.go +++ b/redo/stack.go @@ -22,7 +22,6 @@ type Stack interface { Control // SetStretchy marks a control in a Stack as stretchy. - // This cannot be called once the Window containing the Stack has been created. [TODO might actually be safe to call anytime now] // It panics if index is out of range. SetStretchy(index int) } |
