fixing a bug where dblclick on titlebar of collapsepanel would expand or collapse the wrong panel
This commit is contained in:
parent
7cabcf68b1
commit
eb62b5f6c7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user