mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Small fixes
This commit is contained in:
parent
d75cffd3a3
commit
33432d7822
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ final class BrowserFileListComp extends SimpleComp {
|
|||
}
|
||||
|
||||
double proximity = 100;
|
||||
Bounds tableBounds = tableView.localToScene(tableView.getBoundsInParent());
|
||||
Bounds tableBounds = tableView.localToScene(tableView.getBoundsInLocal());
|
||||
double dragY = event.getSceneY();
|
||||
double topYProximity = tableBounds.getMinY() + proximity;
|
||||
double bottomYProximity = tableBounds.getMaxY() - proximity;
|
||||
|
|
Loading…
Reference in a new issue