From a84b06aff019012de8d7cba720b75e423b511da8 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Mon, 2 Jun 2025 09:37:33 +0200 Subject: [PATCH] Scrollbar fix for mouseover docs --- IDE/src/ui/HoverWatch.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDE/src/ui/HoverWatch.bf b/IDE/src/ui/HoverWatch.bf index 2b22e929..5e89a9fe 100644 --- a/IDE/src/ui/HoverWatch.bf +++ b/IDE/src/ui/HoverWatch.bf @@ -1308,7 +1308,7 @@ namespace IDE.ui else useWidth = listView.mWidth; - if ((wantWordWrap) && (useWidth < wantWidth)) + if (wantWordWrap) { float actualMaxWidth = 0;