diff --git a/src/tooltips.cc b/src/tooltips.cc index a603fb2..35bc55c 100644 --- a/src/tooltips.cc +++ b/src/tooltips.cc @@ -109,6 +109,8 @@ void Tooltip::show(bool disregard_drawn) { } position={rectangle.get_x(), rectangle.get_y()}; + if(window->get_realized()) + window->move(position.first, position.second); window->show_all(); }