Commit 912a52c
committed
Fix error causing crash and only scroll if hovered
I could see text input being a special case of always eating scroll if
you're active and have the visible cursor in there but I think it makes more
sense to match other subpanels and that's especially true when the text
box doesn't even have enough text to have a scrollbar; it's already a
bit odd that it eats scroll when that's true if you *are* hovering but
I think that's still understandable.
Also remove dead line of code.1 parent 31bad19 commit 912a52c
3 files changed
Lines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27070 | 27070 | | |
27071 | 27071 | | |
27072 | 27072 | | |
27073 | | - | |
| 27073 | + | |
27074 | 27074 | | |
27075 | 27075 | | |
27076 | 27076 | | |
| |||
28006 | 28006 | | |
28007 | 28007 | | |
28008 | 28008 | | |
28009 | | - | |
28010 | 28009 | | |
28011 | 28010 | | |
28012 | 28011 | | |
| |||
28326 | 28325 | | |
28327 | 28326 | | |
28328 | 28327 | | |
28329 | | - | |
| 28328 | + | |
28330 | 28329 | | |
28331 | 28330 | | |
28332 | 28331 | | |
28333 | | - | |
| 28332 | + | |
28334 | 28333 | | |
28335 | 28334 | | |
28336 | 28335 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
192 | 191 | | |
193 | 192 | | |
194 | 193 | | |
| |||
508 | 507 | | |
509 | 508 | | |
510 | 509 | | |
511 | | - | |
| 510 | + | |
512 | 511 | | |
513 | 512 | | |
514 | 513 | | |
515 | | - | |
| 514 | + | |
516 | 515 | | |
517 | 516 | | |
518 | 517 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
0 commit comments