Add more informative focus_path

This with conjunction of changes in eventful will make the sidebar overlay more bug-free :)
develop
Warmist 2016-04-10 16:53:18 +03:00
parent 8b8ce4eff9
commit 7c91b8f755
1 changed files with 1 additions and 0 deletions

@ -419,6 +419,7 @@ function MenuOverlay:render(dc)
end
--fakes a "real" workshop sidebar menu, but on exactly selected workshop
WorkshopOverlay = defclass(WorkshopOverlay, MenuOverlay)
WorkshopOverlay.focus_path="WorkshopOverlay"
WorkshopOverlay.ATTRS={
workshop=DEFAULT_NIL,
}