diff options
Diffstat (limited to 'src/ui/documentwidget.c')
-rw-r--r-- | src/ui/documentwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c index ed9e41d6..6f9824de 100644 --- a/src/ui/documentwidget.c +++ b/src/ui/documentwidget.c | |||
@@ -750,7 +750,7 @@ static uint32_t mediaUpdateInterval_DocumentWidget_(const iDocumentWidget *d) { | |||
750 | if (document_App() != d) { | 750 | if (document_App() != d) { |
751 | return 0; | 751 | return 0; |
752 | } | 752 | } |
753 | if (get_Window()->isDrawFrozen) { | 753 | if (as_MainWindow(window_Widget(d))->isDrawFrozen) { |
754 | return 0; | 754 | return 0; |
755 | } | 755 | } |
756 | static const uint32_t invalidInterval_ = ~0u; | 756 | static const uint32_t invalidInterval_ = ~0u; |