mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Fix spelling mistake in DefaultFocussedRowColor() name
This commit is contained in:
@@ -42,7 +42,7 @@ func (widget *ScrollableWidget) GetSelected() int {
|
||||
|
||||
func (widget *ScrollableWidget) RowColor(idx int) string {
|
||||
if widget.View.HasFocus() && (idx == widget.Selected) {
|
||||
return widget.CommonSettings.DefaultFocussedRowColor()
|
||||
return widget.CommonSettings.DefaultFocusedRowColor()
|
||||
}
|
||||
|
||||
return widget.CommonSettings.RowColor(idx)
|
||||
|
||||
Reference in New Issue
Block a user