Closed mrijken closed 10 years ago
When we have a code fragment like panel(context=False) the right panel with panel_config(context=bool) is never lookup. This can be easily changed.
panel(context=False)
panel_config(context=bool)
@mrijken Can you add a test that fails without the patch?
Thanks for the patch!
When we have a code fragment like
panel(context=False)
the right panel withpanel_config(context=bool)
is never lookup. This can be easily changed.