()
| 181 | } |
| 182 | |
| 183 | func (dv *DiffEditor) updateToolbar() { |
| 184 | tb := dv.Scene.GetTopAppBar() |
| 185 | if tb == nil { |
| 186 | return |
| 187 | } |
| 188 | tb.Restyle() |
| 189 | } |
| 190 | |
| 191 | // setFilenames sets the filenames and updates markup accordingly. |
| 192 | // Called in DiffStrings |
no test coverage detected