We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896ffb6 commit 53a11d8Copy full SHA for 53a11d8
Polyhedron/demo/Polyhedron/Scene_item.cpp
@@ -181,7 +181,7 @@ void CGAL::Three::Scene_item::selection_changed(bool b)
181
setSelected(true);
182
d->was_selected = true;
183
redraw();
184
- QTimer::singleShot(500, [this]{setSelected(false); redraw();});
+ QTimer::singleShot(500, this, [this]{setSelected(false); redraw();});
185
}
186
else{
187
if(!b)
0 commit comments