Extend application branding

This commit is contained in:
wmayer
2012-02-23 20:25:33 +01:00
parent 72ae257ac4
commit c21ac1b6b0
11 changed files with 104 additions and 58 deletions

View File

@@ -715,6 +715,8 @@ void NavigationStyle::zoomByCursor(const SbVec2f & thispos, const SbVec2f & prev
void NavigationStyle::doZoom(SoCamera* camera, SbBool forward, const SbVec2f& pos)
{
if (this->button3down)
return;
SbBool zoomAtCur = this->zoomAtCursor;
if (zoomAtCur) {
const SbViewportRegion & vp = viewer->getViewportRegion();