mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-12 12:23:21 +03:00
Remove stale comment
This commit is contained in:
parent
b7367c3614
commit
f6b1341df8
@ -373,9 +373,6 @@ cropResultToContext result = do
|
||||
|
||||
cropToContext :: Widget -> Widget
|
||||
cropToContext p =
|
||||
-- XXX should this be fixed/fixed? Seems like no, because these are
|
||||
-- about how it fills space given regardless of cropping. This same
|
||||
-- consideration applies to the other crop functions.
|
||||
Widget (hSize p) (vSize p) $ (render p >>= cropResultToContext)
|
||||
|
||||
cropLeftBy :: Int -> Widget -> Widget
|
||||
|
Loading…
Reference in New Issue
Block a user