Style bugfix
This commit is contained in:
@@ -46,7 +46,7 @@ func (w *ShrinkWrap) HandleKey(ev *tcell.EventKey) bool { return w.widget.Handle
|
||||
func (w *ShrinkWrap) HandleTime(ev *tcell.EventTime) { w.widget.HandleTime(ev) }
|
||||
func (w *ShrinkWrap) Draw(screen tcell.Screen) { w.widget.Draw(screen) }
|
||||
|
||||
func (w *ShrinkWrap) SetStyle(s tcell.Style) { w.style = s }
|
||||
func (w *ShrinkWrap) SetStyle(s tcell.Style) { w.widget.SetStyle(s) }
|
||||
func (w *ShrinkWrap) Active() bool { return w.widget.Active() }
|
||||
func (w *ShrinkWrap) SetActive(a bool) { w.widget.SetActive(a) }
|
||||
func (w *ShrinkWrap) Visible() bool { return w.widget.Visible() }
|
||||
|
||||
Reference in New Issue
Block a user