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;