Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 67067
Collapse All | Expand All

(-)src/org/eclipse/ui/views/properties/PropertySheetViewer.java (-1 / +3 lines)
Lines 680-686 Link Here
680
    private void handleSelect(TreeItem selection) {
680
    private void handleSelect(TreeItem selection) {
681
        // deactivate the current cell editor
681
        // deactivate the current cell editor
682
        if (cellEditor != null) {
682
        if (cellEditor != null) {
683
            applyEditorValue();
683
        	if (cellEditor.isDirty()){ // see bug 67067
684
        		applyEditorValue();
685
        	}
684
            deactivateCellEditor();
686
            deactivateCellEditor();
685
        }
687
        }
686
688

Return to bug 67067