Skip to content

Commit

Permalink
Version 44:
Browse files Browse the repository at this point in the history
* Fixed a bug affecting Internet Explorer where clip preview tooltips often didn't stay closed when mousing away.
  • Loading branch information
bp2008 committed Jul 17, 2018
1 parent 706223b commit ff91bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui3.htm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
};
</script>
<script type="text/javascript">
var ui_version = "43";
var ui_version = "44";
var bi_version = "%%VERSION%%";
var combined_version = ui_version + "-" + bi_version;
//if (!!navigator.userAgent.match(/ Android /))
Expand Down
1 change: 1 addition & 0 deletions ui3/ui3.js
Original file line number Diff line number Diff line change
Expand Up @@ -6858,6 +6858,7 @@ function ClipThumbnailVideoPreview_BruteForce()
var timeToWait = Clamp(200 - timeWaited, 0, 1000);
if (timeToWait > 0)
{
clearTimeout(thumbVideoTimeout);
thumbVideoTimeout = setTimeout(function ()
{
self.Start($clip, clipData, camName, frameNum, loopNum);
Expand Down

0 comments on commit ff91bcb

Please sign in to comment.