Skip to content

toolbar: wrong treatment of GtkMenuButton

codeboybebop requested to merge codeboybebop/nautilus:issue-#2313 into master

toolbar: wrong treatment of GtkMenuButton

In some parts of the code, operations_button was considered as a member of the child class of class GtkToggleButton. Which is incorrect in gtk4. Using visibility of popover gives the intended functionality.

fixes #2313 (closed)

Edited by codeboybebop

Merge request reports