Ignore:
Timestamp:
Oct 9, 2014, 11:54:00 AM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update vendor to 14.9.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/baseguiplus.cpp

    r163 r168  
    607607             this, SLOT(goToPosOnDragging(int)) );
    608608#endif
     609
     610        connect(timeslider_action, SIGNAL(wheelUp()), core, SLOT(wheelUp()));
     611        connect(timeslider_action, SIGNAL(wheelDown()), core, SLOT(wheelDown()));
     612
    609613        return timeslider_action;
    610614}
Note: See TracChangeset for help on using the changeset viewer.