Update updates the visibility of the scrollbars, corner panel, and then recalculates
()
| 550 | |
| 551 | // Update updates the visibility of the scrollbars, corner panel, and then recalculates |
| 552 | func (s *Scroller) Update() { |
| 553 | |
| 554 | s.updateScrollbarsVisibility() |
| 555 | s.recalc() |
| 556 | } |
| 557 | |
| 558 | // TODO - if the style is changed this needs to be called to update the scrollbars and corner panel |
| 559 | func (s *Scroller) applyStyle(ss *ScrollerStyle) { |
no test coverage detected