fixing a bug where dblclick on titlebar of collapsepanel would expand or collapse the wrong panel

This commit is contained in:
rolux 2010-12-23 14:51:35 +00:00
parent 7cabcf68b1
commit eb62b5f6c7

View File

@ -8830,7 +8830,7 @@ requires
.addClass('OxCollapsePanel'),
title = self.options.collapsed ?
[{id: 'expand', title: 'expand'}, {id: 'collapse', title: 'collapse'}] :
[{id: 'collapse', title: 'collapse'}, {id: 'expand', title: 'expand'}];
[{id: 'collapse', title: 'collapse'}, {id: 'expand', title: 'expand'}],
$titlebar = new Ox.Bar({
orientation: 'horizontal',
size: self.options.size,