mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Added autosize to layer
This commit is contained in:
@@ -459,6 +459,7 @@ function GuacamoleClient(display, tunnelURL) {
|
||||
// Create buffer if necessary
|
||||
if (buffer == null) {
|
||||
buffer = new Layer(0, 0);
|
||||
buffer.setAutosize(1);
|
||||
buffers[index] = buffer;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user