Visualize border change in 3D mode
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user