Hi,
when I override a method with a GTInspector (because I need to change it), then inspector contains the extension twice.
It seems Inspector scans the whole hierarchy of the inspected object for methods, but doesn't deduplicate them.
Peter
Hi,
Usually when we want to specialize a view in a subclass we override the method and do not add the gtInspectorPresentationOrder: annotation. But also removing duplicationd would make sense.
Cheers, Andrei
On Feb 25, 2017 4:36 PM, "Peter Uhnak" i.uhnak@gmail.com wrote:
Hi,
when I override a method with a GTInspector (because I need to change it), then inspector contains the extension twice.
It seems Inspector scans the whole hierarchy of the inspected object for methods, but doesn't deduplicate them.
Peter _______________________________________________ Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
On Sat, Feb 25, 2017 at 04:44:15PM +0100, Andrei Chis wrote:
Hi,
Usually when we want to specialize a view in a subclass we override the method and do not add the gtInspectorPresentationOrder: annotation. But also removing duplicationd would make sense.
Ah, I didn't think of just removing the pragma. :)
Thanks!
Peter