mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
Removed v2 tree
It finally became do-able with go 1.11
This commit is contained in:
@@ -209,7 +209,7 @@ func (l *LayerSet) SetVisible(b bool) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// SetPos snaps the given layerset boundry to the given point.
|
||||
// SetPos snaps the given layerset boundary to the given point.
|
||||
// Valid options for bound are: "TL", "TR", "BL", "BR"
|
||||
func (l *LayerSet) SetPos(x, y int, bound string) {
|
||||
if !l.visible || (x == 0 && y == 0) {
|
||||
|
||||
Reference in New Issue
Block a user