Daniel Althviz Moré

Results 446 comments of Daniel Althviz Moré
trafficstars

Did a change to the tooltip text. Now it looks something like this: * Windows: ![imagen](https://github.com/napari/napari/assets/16781833/c9b81d7d-cef7-40e0-b970-a74e5a3dae4e) * macOS: What do you think? Let me know!

Tooltip preview with the latest changes: ![imagen](https://github.com/napari/napari/assets/16781833/699b3c1e-1c25-4bd3-a31a-9dceaab94684)

> let's hear from @dalthviz what he thinks re difficulty of implementation Not sure what specifically needs to be done to be honest but most probably involves making the transform...

@psobolewskiPhD @jni I added in the last commit some changes to update the transform box visibility following the layer list active selection. A preview: ![transform_box_layer_selection_visibility](https://github.com/napari/napari/assets/16781833/396efa3d-374b-430b-a748-8ad2c52add06) Not sure if there could...

> I think when multiple layers are selected the mode should always be pan-zoom, as it is now. It's super super weird for a click and drag on the canvas...

> zoom will work right, so it's just pan? Did a quick check and yep, that seems to be the case. I think since you are able to zoom with...

Just in case, I gave a check to the `Alt+E` with US keyboard layout shortcut and to the `Alt+Ñ` shortcut with the ES keyboard layout on macOS running from `v0.4.19rc1`...

Checking, seems like `0.4.18` shows the same behavior as `0.4.19rc1` so not a new bug: ![shortcut_0418](https://github.com/napari/napari/assets/16781833/79c8f336-c834-4bd5-b84a-f32e70607d5a)

Hi there, just in case, gave this a new check with latest main (1dcbade) and seems like `Alt+E` like combinations on macOS with an US keyboard layout are working: ![shortcut_alt](https://github.com/napari/napari/assets/16781833/7fec21e9-561a-4993-8cba-de4e9eb6fc7a)...

Hi there, so I have been checking this and although I have not being able to completly understand what is happening for PySide6 >= 6.4.3 some notes and links that...