Egor Zindy
Egor Zindy
Hi Pete, > Ok, had a quick check on my Mac since you mentioned it - and I'm afraid the scroll isn't working very nicely :( The 'magic mouse' makes...
OK, the code left is just the middle button, without side-to-side tool selection and without the debounce code. One [comment I left in](https://github.com/qupath/qupath/pull/1037/files#diff-fd4ad143f25db1ea49822496a62940abb1e550675d0a394acb80298892dbf7e8R1079-R1081) is this: > // As part of...
OK, it turns out that adding `MOUSE_RELEASED` to `ignoreTypes` is not needed (any more). At some point, I made the logic of the middle button [robust to fast clicks](https://github.com/qupath/qupath/blob/ca41a4d033eb65c5f9ee1c12a64bf1e96f60276d/qupath-gui-fx/src/main/java/qupath/lib/gui/QuPathGUI.java#L1108-L1112). I...
As far as I've tested this, it's all working as expected, with the added benefit of letting the user manually click the move tool and still retain which other tool...
Hi Oscar, thank your for your feedback! I'll have a go at implementing the group attribute in graph3d. Maybe looking at graph2d, but like you said the two may be...