We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fc27a commit f952cdaCopy full SHA for f952cda
src/org/openlowcode/client/graphic/widget/CObjectArrayField.java
@@ -348,7 +348,7 @@ private void refreshDisplay() {
348
actionmanager.registerEventWithModifier(objectbutton, defaultaction,
349
PageActionModifier.getNothingPressed());
350
351
- PageActionModifier.getCtrlPressed());
+ PageActionModifier.getCtrlPressed(),true);
352
}
353
if (this.deleteaction != null)
354
actionmanager.registerEventWithModifier(objectbutton, deleteaction,
0 commit comments