Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Previous point selected on creation #6620

Closed
bauerdavid opened this issue Jan 25, 2024 · 1 comment 路 Fixed by #6621
Closed

Previous point selected on creation #6620

bauerdavid opened this issue Jan 25, 2024 · 1 comment 路 Fixed by #6621
Labels
bug Something isn't working

Comments

@bauerdavid
Copy link

馃悰 Bug Report

When creating points in a Point layer, the newly created one doesn't get selected, but the previous (on creating the first point, nothing gets selected). This happens using either the UI or napari console.

馃挕 Steps to Reproduce

  1. Create a Points layer.
  2. Create some points (e.g. click the canvas in 'add' mode)
  3. See the highlight.

馃挕 Expected Behavior

The newly created point should be selected.

馃寧 Environment

napari: 0.4.19rc5
Platform: Windows-11-10.0.22635-SP0
Python: 3.12.1 (tags/v3.12.1:2305ca5, Dec 7 2023, 22:03:25) [MSC v.1937 64 bit (AMD64)]
Qt: 5.15.2
PyQt5: 5.15.10
NumPy: 1.26.3
SciPy: 1.11.4
Dask: 2024.1.0
VisPy: 0.14.1
magicgui: 0.8.1
superqt: 0.6.1
in-n-out: 0.1.9
app-model: 0.2.4
npe2: 0.7.3

OpenGL:

  • GL version: 4.6.0 NVIDIA 537.13
  • MAX_TEXTURE_SIZE: 32768

Screens:

  • screen 1: resolution 1920x1080, scale 1.0
  • screen 2: resolution 1920x1080, scale 1.0

Settings path:

  • C:\Users\Tejfel\AppData\Local\napari\env312_aaf4e926625f2970653c0ce31d4b2eb5b43fe25d\settings.yaml

馃挕 Additional Context

No response

@bauerdavid bauerdavid added the bug Something isn't working label Jan 25, 2024
@imagesc-bot
Copy link

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/request-for-testing-napari-0-4-19-release-candidate/87972/30

Czaki added a commit that referenced this issue Jan 25, 2024
# References and relevant issues

closes #6620


# Description

It looks like there is a bug in psygnal selection that copied version of
selection is sharing inner set with base one. This PR fixes it. But I
will go into direction to fix it also in base.
Czaki added a commit that referenced this issue Jan 27, 2024
# References and relevant issues

closes #6620


# Description

It looks like there is a bug in psygnal selection that copied version of
selection is sharing inner set with base one. This PR fixes it. But I
will go into direction to fix it also in base.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants