Setting : bug fix detail feature warning message 07/27807/1
authorheeyoung <heeyoung1008.hwang@samsung.com>
Fri, 19 Sep 2014 09:29:44 +0000 (18:29 +0900)
committerheeyoung <heeyoung1008.hwang@samsung.com>
Fri, 19 Sep 2014 09:29:44 +0000 (18:29 +0900)
Change-Id: Iad6aa19584d318bcfcaf13abe89e1a519437886f
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/setting/FeatureDialogFeaturesTreeTableToggleRenderer.java

index 28aec4f..fe70a86 100644 (file)
@@ -400,6 +400,8 @@ public class FeatureDialogFeaturesTreeTableToggleRenderer extends AbstractRender
                        systemTextBox.getControl().setEnabled(false);
                }
 
+               systemInfo.setText(CommonConstants.EMPTY);
+               
                systemEditor = new GridEditor(table);
                systemEditor.horizontalAlignment = SWT.LEFT;
                systemEditor.grabHorizontal = true;
@@ -421,6 +423,8 @@ public class FeatureDialogFeaturesTreeTableToggleRenderer extends AbstractRender
                        samplingTextBox.getControl().setEnabled(false);
                }
 
+               samplingInfo.setText(CommonConstants.EMPTY);
+               
                samplingEditor = new GridEditor(table);
                samplingEditor.horizontalAlignment = SWT.LEFT;
                samplingEditor.grabHorizontal = true;
@@ -454,6 +458,8 @@ public class FeatureDialogFeaturesTreeTableToggleRenderer extends AbstractRender
                        screenShotTextBox.getControl().setEnabled(false);
                }
                
+               screenShotInfo.setText(CommonConstants.EMPTY);
+               
                screenShotEditor = new GridEditor(table);
                screenShotEditor.horizontalAlignment = SWT.LEFT;
                screenShotEditor.grabHorizontal = true;