Skip to content

use Gtk MenuButton for context button

Christian Hesse requested to merge eworm/xfmpc:context-button into master

use Gtk MenuButton for context button

The old implementation had issues with constant re-drawing of the button. Now that we use Gtk+ 3.x drop the old implementation and just use upstream MenuButton.

Fixes #7 (closed)

Merge request reports