diff --git a/app/actions/layers-commands.c b/app/actions/layers-commands.c index 29220a4fde..51f78b8820 100644 --- a/app/actions/layers-commands.c +++ b/app/actions/layers-commands.c @@ -271,6 +271,9 @@ layers_edit_attributes_cmd_callback (GimpAction *action, layer = layers->data; + if (gimp_layer_is_floating_sel (layer)) + return; + #define EDIT_DIALOG_KEY "gimp-layer-edit-attributes-dialog" dialog = dialogs_get_dialog (G_OBJECT (layer), EDIT_DIALOG_KEY);