1
0
mirror of https://github.com/gdamore/tcell.git synced 2025-04-26 13:48:53 +08:00

Adding Widget Resize to BoxLayout function (#140)

- Widget might be using not just View but other mechanisms for rendering
  aware of the view size (e.g. ViewPort).
- By updating the view reference out of Widget, Widget doesn't have a
  chance to react on this layout algorithm
- That's an existing bug that happens when we try to use CellView inside
  of an BoxLayout
This commit is contained in:
Tomas 2017-08-07 03:36:27 +10:00 committed by Garrett D'Amore
parent 57a866e10c
commit 6c10f39931

Diff Content Not Available