()
| 1214 | } |
| 1215 | |
| 1216 | func (g *Gui) ForceLayoutAndRedraw() error { |
| 1217 | return g.flush() |
| 1218 | } |
| 1219 | |
| 1220 | // Redraws only tainted views outside of the normal main |
| 1221 | // loop, without a layout pass. Useful during longer operations that block the |
no test coverage detected