mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-15 09:18:34 +00:00
Version 3,.2.0
Also rebuilt the docs.
This commit is contained in:
parent
f3f5a98ae8
commit
3bab692498
96 changed files with 635 additions and 490 deletions
|
@ -139,7 +139,9 @@ function initResizable(treeview) {
|
|||
{
|
||||
$("#splitbar").bind("dragstart", _preventDefault).bind("selectstart", _preventDefault);
|
||||
$(".ui-resizable-handle").dblclick(collapseExpand);
|
||||
// workaround for firefox
|
||||
$("body").css({overflow: "hidden"});
|
||||
}
|
||||
$(window).on('load',resizeHeight);
|
||||
$(window).on('load',function() { resizeHeight(treeview); });
|
||||
}
|
||||
/* @license-end */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue