Skip to content

Commit

Permalink
fixes issues pertaining to floating focus - can now get floating focu…
Browse files Browse the repository at this point in the history
…s directly from the cell
  • Loading branch information
georgejecook committed Oct 13, 2021
1 parent 134b9fb commit 8fe89e8
Show file tree
Hide file tree
Showing 15 changed files with 494 additions and 252 deletions.
8 changes: 5 additions & 3 deletions src-ml-test-app/components/AppController.bs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ end function

function prebakeCells()
timer = new mc.utils.DebugTimer("prebake")
m.componentPool@.prebakeComponents(70, "ml_SimpleCell")
m.componentPool@.prebakeComponents(20, "ml_HorizontalRow")
m.componentPool@.prebakeComponents(10, "ml_RowHeader")
m.componentPool@.prebakeComponents(30, "LongCell")
m.componentPool@.prebakeComponents(30, "PosterCell")
' m.componentPool@.prebakeComponents(70, "ml_SimpleCell")
' m.componentPool@.prebakeComponents(20, "ml_HorizontalRow")
' m.componentPool@.prebakeComponents(10, "ml_RowHeader")
timer.log("prebake")
end function

Expand Down

0 comments on commit 8fe89e8

Please sign in to comment.