Fix openbuffer view creation

This commit is contained in:
Zachary Yedidia
2019-12-31 17:52:55 -05:00
parent d18864e607
commit 2c72a3755c

View File

@@ -225,8 +225,6 @@ func (h *BufPane) OpenBuffer(b *buffer.Buffer) {
h.BWindow.SetBuffer(b)
h.Cursor = b.GetActiveCursor()
h.Resize(h.GetView().Width, h.GetView().Height)
v := new(display.View)
h.SetView(v)
h.Relocate()
// Set mouseReleased to true because we assume the mouse is not being pressed when
// the editor is opened