Changeset c0e35d for src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp
- Timestamp:
- Nov 16, 2025, 8:15:00 AM (2 months ago)
- Branches:
- Candidate_v1.7.1, stable
- Children:
- f41a18
- Parents:
- b6f2d2
- git-author:
- Frederik Heber <frederik.heber@…> (11/06/25 19:51:16)
- git-committer:
- Frederik Heber <frederik.heber@…> (11/16/25 08:15:00)
- File:
-
- 1 edited
-
src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp
rb6f2d2 rc0e35d 96 96 connect(worldscene, SIGNAL(hoverChanged(const atomId_t)), this, SLOT(sceneHoverSignalled(const atomId_t))); 97 97 connect(worldscene, SIGNAL(hoverChanged(const moleculeId_t, int)), this, SLOT(sceneHoverSignalled(const moleculeId_t, int))); 98 connect(worldscene, SIGNAL(hoverEnd()), this, SLOT(sceneHoverEndSignalled())); 98 99 //connect(this, SIGNAL(changed()), this, SLOT(updateGL())); 99 100 connect(worldscene, SIGNAL(changed()), this, SLOT(sceneChangeSignalled())); … … 749 750 emit changed(); 750 751 } 752 753 void GLWorldView::sceneHoverEndSignalled() 754 { 755 LOG(1, "GLWorldView::sceneHoverEndSignalled()"); 756 needsRedraw = true; 757 emit changed(); 758 }
Note:
See TracChangeset
for help on using the changeset viewer.
