Skip to content

Commit

Permalink
Added support for all memory configurations in stand-alone mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
gzachos committed Feb 1, 2021
1 parent 136b740 commit 9556deb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mars/tools/StackVisualizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,12 @@ public void actionPerformed(ActionEvent e) {
}
}
});
} else {
/*
* Required to support memory configurations other than the default in
* the stand-alone mode.
*/
checkMemConfChanged();
}
addNewTableRows(INITIAL_ROW_COUNT);
updateSpDataRowColIndex();
Expand Down

0 comments on commit 9556deb

Please sign in to comment.