Code cleanup.

This commit is contained in:
Marcel Althaus
2020-12-21 19:40:38 +01:00
parent 96f2ba2cb5
commit 3abc60f1a2
2 changed files with 17 additions and 17 deletions

View File

@@ -225,7 +225,7 @@ void ViewProvider::eventCallback(void * ud, SoEventCallback * node)
// Therefore, we shall ignore ESC while any mouse button is
// pressed, until this Coin bug is fixed.
if (!press) {
// react only on key release
// react only on key release
// Let first selection mode terminate
Gui::Document* doc = Gui::Application::Instance->activeDocument();
Gui::View3DInventor* view = static_cast<Gui::View3DInventor*>(doc->getActiveView());