提交 e129b144 编写于 作者: S serge-rider

Txn info dialog fix

上级 98866143
......@@ -81,7 +81,7 @@ public abstract class TransactionInfoDialog extends Dialog {
protected QMEventFilter createContextFilter(DBCExecutionContext executionContext) {
final QMMTransactionSavepointInfo currentSP = QMUtils.getCurrentTransaction(executionContext);
final boolean showAll = showAllCheck.getSelection();
final boolean showAll = showAllCheck != null && showAllCheck.getSelection();
QMEventFilter filter = new QMEventFilter() {
@Override
public boolean accept(QMMetaEvent event) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册