aboutsummaryrefslogtreecommitdiff
path: root/ui/room-list.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/room-list.go')
-rw-r--r--ui/room-list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/room-list.go b/ui/room-list.go
index e5b4d4e..a7543a9 100644
--- a/ui/room-list.go
+++ b/ui/room-list.go
@@ -426,7 +426,7 @@ func (list *RoomList) GetTagDisplayName(tag string) string {
func (list *RoomList) Draw(screen tcell.Screen) {
list.Box.Draw(screen)
- x, y, width, height := list.GetInnerRect()
+ x, y, width, height := list.GetRect()
yLimit := y + height
y -= list.scrollOffset