Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActiveLayersPanel: active layer entries not deleted when 'hropts' undefined #113

Closed
GoogleCodeExporter opened this issue May 10, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

From Wolfram Winter - Deutsche Bahn:

issue # 20
----------
'hr_activelayerspanel' - with a missing 'hropts' entry all active layer entries 
are not
deleted when switching off the active layer panel
    ...
    { xtype: 'hr_activelayerspanel',
      id: 'gui_ActiveLayers'
    }
    ...

status issue # 20: fixed
-----------------

In 'LayerLegendPanel.js' the line 103 must be commented:
// id: "hr-activelayers",

line 144-150 are changed to:

    createNode : function(self, attr) {
        if (self.hropts) {
            Ext.apply(attr, self.hropts);
        } else {
            Ext.apply(attr, {} );
        }
        self.applyStandardNodeOpts(attr, attr.layer);
        ...

New 'drag_vh.png' and 'drag_v.png' icons - in 'default.css' new 
.gx-activelayer-drag-icon
(vertical design)

Original issue reported on code.google.com by jus...@gmail.com on 10 Jul 2012 at 1:01

@GoogleCodeExporter
Copy link
Author

Original comment by jus...@gmail.com on 17 Jul 2012 at 12:12

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant