don't loose focus on stream resizing

This commit is contained in:
Devaev Maxim
2018-08-24 08:23:46 +03:00
parent 52d2b8a315
commit 1c3c1baf9a
2 changed files with 5 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ function Stream(ui) {
var el_stream_image = $("stream-image");
el_stream_image.style.width = __normal_size.width * __size_factor + "px";
el_stream_image.style.height = __normal_size.height * __size_factor + "px";
ui.showWindow($("stream-window"));
ui.showWindow($("stream-window"), false);
};
var __refreshImage = function() {