helenginn / mabscape

abmapping
0 stars 0 forks source link

Mouse wheel has no use #3

Closed funkefel closed 3 years ago

funkefel commented 3 years ago

It would be nice if the mousewheel could also zoom in and out of the rendered structure.

helenginn commented 3 years ago

https://doc.qt.io/qt-5/qwheelevent.html attaching this to SurfaceView (following similar style to already-existing mouseMoveEvent) with a similar result to right-mouse-button and dragging vertically up and down.

funkefel commented 3 years ago

Fixed, mouse now zooms in and out. commit 1d019c6