diff options
Diffstat (limited to 'src/gui/widgets/textpreview.h')
-rw-r--r-- | src/gui/widgets/textpreview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/textpreview.h b/src/gui/widgets/textpreview.h index e83790e68..62e3d1cd1 100644 --- a/src/gui/widgets/textpreview.h +++ b/src/gui/widgets/textpreview.h @@ -102,6 +102,8 @@ class TextPreview final : public Widget */ void draw(Graphics *graphics) override final; + void safeDraw(Graphics *graphics) override final; + /** * Set opacity for this widget (whether or not to show the background * color) |