aboutsummaryrefslogtreecommitdiff
path: root/window.lua
diff options
context:
space:
mode:
Diffstat (limited to 'window.lua')
-rw-r--r--window.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.lua b/window.lua
index 69e3f20..e957221 100644
--- a/window.lua
+++ b/window.lua
@@ -148,7 +148,7 @@ function drawWindow(id)
elseif win[4].y >= sys.h-panel.thick-200 then
win[4].crazyUp = true
end
- if sys.mouse.drag == true then
+ if sys.mouse.drag == true or v1.c.chat.msgs >= 41 then
win[4].crazy = false
end
end