File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
src/org/openlowcode/client/graphic/widget Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff 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 <
You can’t perform that action at this time.
0 commit comments