Ticket #12 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

vertical zoom / pan needs some attention

Reported by: kickback Assigned to: kickback
Priority: normal Milestone:
Component: sweep Version:
Severity: normal Keywords:
Cc:

Description

mousewheel vertical zoom doesn't work. leftclick drag on the db ruler for vertical pan doesn't either. i didn't know these features existed so presumably i overlooked porting it properly. it's probably just an accel issue but i'll try and get it fixed for 0.9.1

Change History

01/31/06 13:05:52 changed by kickback

  • status changed from new to closed.
  • resolution set to fixed.

fixed in changeset:340

scroll button (mouse wheel) events are handled by a separate function/signal in gtk2 so creating that and removing the legacy code did the trick.