Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/edt/edt/edtPlugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ class MainPluginDeclaration

lay::Action *combine_menu = mp->menu ()->action ("@toolbar.combine_mode");

if (cm != CM_Add && combine_menu->is_visible ()) {
if (cm != CM_Add && combine_menu->is_visible () && mp->menu_parent_widget ()->isVisible ()) {
lay::TipDialog td (QApplication::activeWindow (),
tl::to_string (tr ("The background combination mode of the shape editor is set to some other mode than 'Add'.\n"
"This can be confusing, because a shape may not be drawn as expected.\n\nTo switch back to normal mode, choose 'Add' for the background combination mode in the toolbar.")),
Expand Down
Loading