Skip to content

Commit

Permalink
Removing self-assign
Browse files Browse the repository at this point in the history
  • Loading branch information
hugmouse authored and aarzilli committed Oct 12, 2019
1 parent e6e00a9 commit 70fc770
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nucular.go
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,6 @@ func (win *Window) specialPanelBegin() {
if win.header.Contains(prevbody.Min()) && ((prevbody.Max().X > max.X) || (prevbody.Max().Y > max.Y)) && (win.Bounds.X-prevbody.W >= 0) && (win.Bounds.Y-prevbody.H >= 0) {
win.Bounds.X = win.Bounds.X - prevbody.W
win.Bounds.Y = win.Bounds.Y - prevbody.H
} else {
win.Bounds.X = win.Bounds.X
win.Bounds.Y = win.Bounds.Y
}
}

Expand Down

0 comments on commit 70fc770

Please sign in to comment.