Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
979261432a | ||
|
|
e25f56a8a9 |
+1
-1
@@ -271,7 +271,7 @@ public class TransactionDetails {
|
||||
treeViewer.setInput(object);
|
||||
if(bounds!=null) {
|
||||
TreeItem ti = treeViewer.getTree().getItem (new Point(bounds.x, bounds.y));
|
||||
treeViewer.getTree().setTopItem(ti);
|
||||
if(ti!=null) treeViewer.getTree().setTopItem(ti);
|
||||
}
|
||||
} else {
|
||||
treeViewer.setInput(null);
|
||||
|
||||
Reference in New Issue
Block a user