Skip to content

toolbar: wrong treatment of GtkMenuButton

codeboybebop requested to merge issue-#2313 into master

This is not the best way of solving this problem. I see the following alternative

-I can create a method for checking the internal state for GtkMenuButton and submit it to gtk repository

-I can replace 'GtkMenuButton' with 'GtkToogleView' and apply this changes to all other buttons

fixes #2313

Merge request reports