connect(aWindow, SIGNAL(mousePressed(XGUI_ViewWindow*, QMouseEvent*)),
this, SLOT(onMousePressed(XGUI_ViewWindow*, QMouseEvent*)));
- connect(aWindow, SIGNAL(mouseReleased(XGUI_ViewWindow*, QMouseEvent*)),
- this, SIGNAL(mouseRelease(XGUI_ViewWindow*, QMouseEvent*)));
-
connect(aWindow, SIGNAL(mouseDoubleClicked(XGUI_ViewWindow*, QMouseEvent*)),
this, SIGNAL(mouseDoubleClick(XGUI_ViewWindow*, QMouseEvent*)));
myAISContext->UpdateCurrentViewer();
}
+ emit mouseRelease(theWindow, theEvent);
emit selectionChanged();
}