| 4145 | } |
| 4146 | |
| 4147 | void |
| 4148 | LayoutViewBase::redraw_deco_layer () |
| 4149 | { |
| 4150 | // redraw background annotations (images etc.) |
| 4151 | mp_canvas->touch_bg (); |
| 4152 | |
| 4153 | // redraw other annotations: |
| 4154 | do_redraw (lay::draw_custom_queue_entry); |
| 4155 | } |
| 4156 | |
| 4157 | void |
| 4158 | LayoutViewBase::redraw_later () |
no test coverage detected