mirror of
https://github.com/igorski/bitmappery.git
synced 2026-06-17 11:45:04 +02:00
When switching between fullscreen modes canvas should display content to fit the window after resize
This commit is contained in:
@@ -295,7 +295,7 @@ export default {
|
||||
height : this.viewportHeight
|
||||
},
|
||||
handler: this.handleCanvasEvent.bind( this ),
|
||||
}, this.$store, this.calcIdealDimensions );
|
||||
}, this.$store, this.calcIdealDimensions.bind( this, true ));
|
||||
setCanvasInstance( zCanvas );
|
||||
guideRenderer = new GuideRenderer( this.hasGuideRenderer ? zCanvas : null );
|
||||
this.updateGuideModes();
|
||||
|
||||
Reference in New Issue
Block a user