Use GtkPopover for the add menu in the inline toolbar
Bug #1285703 reported by
Camilo Higuita
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Foto |
Fix Committed
|
Medium
|
Erasmo Marín |
Bug Description
as the title says, use the new gtk widget for the add menu.
Changed in foto: | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Erasmo Marín (erasmo-marin) |
Changed in foto: | |
milestone: | none → foto-1.0 |
To post a comment you must log in.
It took me a lot figure out how to use GMenu and actions (since Gtk.ActionGroup was deprecated), but it's working now. The only issue is that the menu items are "buttons" by default when loading a Popover from a MenuModel, so it looks weird. Don't know if it's possible to fix this.