Skip to content

Commit

Permalink
Disabled formPanel events on PackageUninstallDialog (#2114)
Browse files Browse the repository at this point in the history
Signed-off-by: ct-ajovanovic <aleksandra.jovanovic@comtrade.com>
  • Loading branch information
ct-ajovanovic authored and Coduz committed Nov 23, 2018
1 parent bb6254b commit 263bf25
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2011, 2016 Eurotech and/or its affiliates and others
* Copyright (c) 2011, 2018 Eurotech and/or its affiliates and others
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down Expand Up @@ -65,6 +65,7 @@ public void createBody() {

FormLayout formLayout = new FormLayout();
formLayout.setLabelWidth(FORM_LABEL_WIDTH);
formPanel.disableEvents(true);

operationOptionsForm = new FormPanel();
operationOptionsForm.setFrame(false);
Expand Down

0 comments on commit 263bf25

Please sign in to comment.