1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
This commit is contained in:
Chris Cummer 2018-04-28 23:31:31 -07:00
parent 4a30de5d51
commit 72ebf8e69c

View File

@ -60,6 +60,7 @@ func (widget *Widget) editItem() {
return
}
// FIXME: Remove all this duplication
_, _, w, h := widget.View.GetInnerRect()
form := tview.NewForm().
@ -94,6 +95,7 @@ func (widget *Widget) editItem() {
}
func (widget *Widget) newItem() {
// FIXME: Remove all this duplication
_, _, w, h := widget.View.GetInnerRect()
form := tview.NewForm().