Visualize border change in 3D mode

This commit is contained in:
Rikard Bartholf
2017-05-19 11:32:11 +02:00
parent 3a0fe9fde5
commit 4531f35979
3 changed files with 12 additions and 3 deletions
@@ -140,6 +140,9 @@ function Viewport(canvas) {
*/
this.setFrame = function (frameType) {
this.getFrameHandler().setFrames(frameType);
if (canvas.get3dHandler().isEnabled()) {
canvas.toggle3D(true);
}
};
this.getData = function () {