From 499b02e56e3139e8a54bbb026ce313b4033b36c5 Mon Sep 17 00:00:00 2001 From: Fedor Isakov Date: Fri, 21 Jul 2017 16:10:41 +0200 Subject: [PATCH] Fix NPE in TreeTableTree.setVisibleRow(). The tree object may have been replaced by setModel(). --- .../jetbrains.mps.typechecking.plugin.mps | 61 ++++++++++++++++--- 1 file changed, 51 insertions(+), 10 deletions(-) diff --git a/typechecking/solutions/jetbrains.mps.typechecking/models/jetbrains.mps.typechecking.plugin.mps b/typechecking/solutions/jetbrains.mps.typechecking/models/jetbrains.mps.typechecking.plugin.mps index a756e2eb..ee5b2d45 100644 --- a/typechecking/solutions/jetbrains.mps.typechecking/models/jetbrains.mps.typechecking.plugin.mps +++ b/typechecking/solutions/jetbrains.mps.typechecking/models/jetbrains.mps.typechecking.plugin.mps @@ -8023,13 +8023,6 @@ - - - - - - - @@ -8122,6 +8115,19 @@ + + + + + + + + + + + + + @@ -8291,9 +8297,36 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8321,6 +8354,14 @@ + + + + + + + +