1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-07 19:18:19 +02:00

Scrollbar fix for mouseover docs

This commit is contained in:
Brian Fiete 2025-06-02 09:37:33 +02:00
parent 2ff7f208c3
commit a84b06aff0

View file

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