()
| 30 | } |
| 31 | |
| 32 | func (ed *Editor) renderLayout() { |
| 33 | chg := ed.ManageOverflow(3, true) |
| 34 | ed.layoutAllLines() |
| 35 | ed.ConfigScrolls() |
| 36 | if chg { |
| 37 | ed.Frame.NeedsLayout() // required to actually update scrollbar vs not |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | func (ed *Editor) RenderWidget() { |
| 42 | if ed.PushBounds() { |
no test coverage detected