| 3882 | } |
| 3883 | |
| 3884 | void |
| 3885 | LayoutViewBase::refresh () |
| 3886 | { |
| 3887 | // Execute all deferred methods - ensure there are no pending tasks |
| 3888 | tl::DeferredMethodScheduler::execute (); |
| 3889 | |
| 3890 | // Issue a "tick" to execute all other pending tasks |
| 3891 | timer (); |
| 3892 | |
| 3893 | // Update the view ops as this is not always guaranteed (issue #1512) |
| 3894 | set_view_ops (); |
| 3895 | } |
| 3896 | |
| 3897 | void |
| 3898 | LayoutViewBase::force_update_content () |
no test coverage detected