提交 33cf62b3 编写于 作者: S Serge Rider

#8037 Data editor: standalone editors dirty flag check fix

上级 42ef280b
......@@ -180,7 +180,8 @@ public class SpreadsheetPresentation extends AbstractPresentation implements IRe
activeInlineEditor != null &&
activeInlineEditor.getControl() != null &&
!activeInlineEditor.getControl().isDisposed() &&
!getController().getModel().isAttributeReadOnly(getCurrentAttribute());
!getController().getModel().isAttributeReadOnly(getCurrentAttribute()) &&
!(activeInlineEditor instanceof IValueEditorStandalone);
return hasActiveEditor;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册