mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
wrong axis
This commit is contained in:
@@ -839,7 +839,7 @@ class Region(NamedTuple):
|
||||
|
||||
@lru_cache(maxsize=1024)
|
||||
def split_horizontal(self, cut: int) -> tuple[Region, Region]:
|
||||
"""Split a region in to two, from a given x offset.
|
||||
"""Split a region in to two, from a given y offset.
|
||||
|
||||
```
|
||||
┌─────────┐
|
||||
|
||||
Reference in New Issue
Block a user