VladimirMarkelov / clui

Command Line User Interface (Console UI inspired by TurboVision)
MIT License
670 stars 50 forks source link

clui: fix Clipper() function #110

Closed dorileo closed 6 years ago

dorileo commented 6 years ago

We're using the wrong control to calculate the clipped area, it should be the clipped control not its clipped parent.

Signed-off-by: Leandro Dorileo leandro.maciel.dorileo@intel.com