Project

General

Profile

« Previous | Next » 

Revision aa175a7a

Added by Andreas Kohlbecker almost 4 years ago

ref #9025 password field does not trigger connect button when action is schmea create

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/RemotingLoginDialog.java
358 358
        	@Override
359 359
        	public void keyPressed(KeyEvent e) {
360 360
        		if(e.character==SWT.CR){
361
        			onConnectButtonPressed();
361
        		    if(btnConnect.getText().equals(LABEL_CONNECT)){
362
                        onConnectButtonPressed();
363
                    }
362 364
        		}
363 365
        	}
364 366
        });

Also available in: Unified diff