mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Reset internal stack state when stack automatically reset from resize.
This commit is contained in:
@@ -168,6 +168,10 @@ Guacamole.Layer = function(width, height) {
|
||||
width = newWidth;
|
||||
height = newHeight;
|
||||
|
||||
// Acknowledge reset of stack (happens on resize of canvas)
|
||||
stackSize = 0;
|
||||
displayContext.save();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user