Skip to content

Commit f952cda

Browse files
author
Open Lowcode SAS
committed
Close #33
1 parent 44fc27a commit f952cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/openlowcode/client/graphic/widget/CObjectArrayField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ private void refreshDisplay() {
348348
actionmanager.registerEventWithModifier(objectbutton, defaultaction,
349349
PageActionModifier.getNothingPressed());
350350
actionmanager.registerEventWithModifier(objectbutton, defaultaction,
351-
PageActionModifier.getCtrlPressed());
351+
PageActionModifier.getCtrlPressed(),true);
352352
}
353353
if (this.deleteaction != null)
354354
actionmanager.registerEventWithModifier(objectbutton, deleteaction,

0 commit comments

Comments
 (0)