diff --git a/src/tooltips.cc b/src/tooltips.cc index cbbe294..2cf7a85 100644 --- a/src/tooltips.cc +++ b/src/tooltips.cc @@ -91,9 +91,11 @@ void Tooltip::show(bool disregard_drawn) { auto activation_rectangle_x=std::max(activation_rectangle.get_x(), visible_x); text_view->get_window(Gtk::TextWindowType::TEXT_WINDOW_TEXT)->get_root_coords(activation_rectangle_x, activation_rectangle.get_y(), root_x, root_y); + if(root_y