Several Fixes
This commit is contained in:
@@ -80,9 +80,6 @@ func (w *MenuItem) Init(id string, style tcell.Style) {
|
||||
func (w *MenuItem) Id() string { return w.id }
|
||||
func (w *MenuItem) HandleResize(ev *tcell.EventResize) {
|
||||
w.w, w.h = ev.Size()
|
||||
|
||||
// w.w = wh.Min(w.w, w.WantW())
|
||||
// w.h = wh.Min(w.h, w.WantH())
|
||||
// TODO: Trickle-down HandleResize
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user