Skip to content
Snippets Groups Projects
Commit 03f01527 authored by Gaël Bonithon's avatar Gaël Bonithon
Browse files

Fix previous commits about menu positioning

Avoid iterating the main loop by hand. This is bad practice that may
change the order in which things should normally happen and lead to bad
surprises.

For popup_menu() use g_idle_add() instead. For position_widget(), just
delete this code since it was broken before and probably never called,
and put a hint in the doc instead.

Fixes: 7d0976db, 42b6032e
parent 42b6032e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment