Skip to content

Commit aa895ae

Browse files
author
Open Lowcode SAS
committed
Close #58
1 parent 08b2443 commit aa895ae

File tree

1 file changed

+3
-9
lines changed
  • src/org/openlowcode/client/graphic/widget

1 file changed

+3
-9
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -241,15 +241,9 @@ public void handle(MouseEvent event) {
241241
thisobjectgrid.commitupdate.setDisable(false);
242242
return;
243243
}
244-
if (thisobjectgrid.isinlineupdate)
245-
if (thisobjectgrid.updatemodeactive) {
246-
logger.fine("moving tableview " + thisobjectgrid.name + " back to read-only mode");
247-
thisobjectgrid.launchupdate(null, event);
248-
249-
}
250-
}
251-
if (thisobjectgrid.isinlineupdate)
252-
if (event.getClickCount() == 1 && (!event.isShiftDown())) {
244+
}
245+
if (thisobjectgrid.isinlineupdate) if (thisobjectgrid.updatemodeactive)
246+
if (event.getClickCount() == 1 ) {
253247
if (thisobjectgrid.tableview.getEditingCell() == null) {
254248
@SuppressWarnings("unchecked")
255249
TablePosition<

0 commit comments

Comments
 (0)