forked from 0x2620/pandora
fix mapView bugs
This commit is contained in:
parent
bc118c67ee
commit
6b225333cd
13 changed files with 129 additions and 47 deletions
|
|
@ -182,8 +182,18 @@ Ox.load({
|
|||
if (!pandora.user.ui.item) {
|
||||
pandora.$ui.list.size();
|
||||
pandora.resizeGroups(pandora.$ui.rightPanel.width());
|
||||
if (pandora.user.ui.listView == 'map') {
|
||||
pandora.$ui.map.resize();
|
||||
if (!pandora.user.ui.item) {
|
||||
if (pandora.user.ui.listView == 'map') {
|
||||
pandora.$ui.map.resize();
|
||||
} else {
|
||||
pandora.$ui.list.size();
|
||||
}
|
||||
// ...
|
||||
} else {
|
||||
if (pandora.user.ui.itemView == 'map') {
|
||||
pandora.$ui.map.resize();
|
||||
}
|
||||
// ...
|
||||
}
|
||||
} else {
|
||||
//Ox.print('pandora.$ui.window.resize');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue