Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
diff options
context:
space:
mode:
Diffstat (limited to 'libview')
-rw-r--r--libview/ev-view.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libview/ev-view.c b/libview/ev-view.c
index b7ca943..ee81680 100644
--- a/libview/ev-view.c
+++ b/libview/ev-view.c
@@ -2314,6 +2314,9 @@ show_annotation_windows (EvView *view,
if (!EV_IS_ANNOTATION_MARKUP (annot))
continue;
+ if (!ev_annotation_markup_has_popup (EV_ANNOTATION_MARKUP (annot)))
+ continue;
+
window = g_object_get_data (G_OBJECT (annot), "popup");
if (window) {
ev_view_window_child_move_with_parent (view, window);