Ver código fonte

Scrollbar fix for mouseover docs

Brian Fiete 2 meses atrás
pai
commit
a84b06aff0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      IDE/src/ui/HoverWatch.bf

+ 1 - 1
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;