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:
parent
2ff7f208c3
commit
a84b06aff0
1 changed files with 1 additions and 1 deletions
|
@ -1308,7 +1308,7 @@ namespace IDE.ui
|
|||
else
|
||||
useWidth = listView.mWidth;
|
||||
|
||||
if ((wantWordWrap) && (useWidth < wantWidth))
|
||||
if (wantWordWrap)
|
||||
{
|
||||
float actualMaxWidth = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue