Bug Fixes
This commit is contained in:
@@ -148,9 +148,10 @@ func (w *Form) Draw(screen tcell.Screen) {
|
||||
|
||||
func (w *Form) SetStyle(s tcell.Style) { w.style = s }
|
||||
func (w *Form) Active() bool { return w.active }
|
||||
func (w *Form) SetActive(a bool) {
|
||||
func (w *Form) SetActive(a bool) bool {
|
||||
w.active = a
|
||||
w.updateWidgets()
|
||||
return w.active
|
||||
}
|
||||
func (w *Form) Visible() bool { return w.visible }
|
||||
func (w *Form) SetVisible(a bool) { w.visible = a }
|
||||
|
||||
Reference in New Issue
Block a user