mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
CloudViewer: fixed numpad color not working -> reverted changes from ad0afc58c0 (diff-d7a550026127f42ccabdb5e42979eeeb)
This commit is contained in:
@@ -1654,7 +1654,7 @@ void CloudViewer::keyReleaseEvent(QKeyEvent * event) {
|
||||
}
|
||||
else
|
||||
{
|
||||
QWidget::keyPressEvent(event);
|
||||
QVTKWidget::keyPressEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1754,7 +1754,7 @@ void CloudViewer::keyPressEvent(QKeyEvent * event)
|
||||
}
|
||||
else
|
||||
{
|
||||
QWidget::keyPressEvent(event);
|
||||
QVTKWidget::keyPressEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user