Browse Source

Scrollbar fix for mouseover docs

Brian Fiete 3 months ago
parent
commit
a84b06aff0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      IDE/src/ui/HoverWatch.bf

+ 1 - 1
IDE/src/ui/HoverWatch.bf

@@ -1308,7 +1308,7 @@ namespace IDE.ui
 			else
 			else
 				useWidth = listView.mWidth;
 				useWidth = listView.mWidth;
 
 
-			if ((wantWordWrap) && (useWidth < wantWidth))
+			if (wantWordWrap)
 			{
 			{
 				float actualMaxWidth = 0;
 				float actualMaxWidth = 0;