Hi, thanks for the proposal! I committed and pushed an according patch.
Best regards Toby 2012/3/12 nsk <[email protected]>: > Hello! My name is Danil. I am from Russia. I suggest the following > changes to the code lmms, in src/tracks/InstrumentTrack.cpp: row 1167... >> class fxLineLcdSpinBox : public lcdSpinBox >> { >> public: >> fxLineLcdSpinBox( int _num_digits, QWidget * _parent, >> const QString & _name ) : >> lcdSpinBox( _num_digits, _parent, _name ) {} >> >> protected: >> virtual void mouseDoubleClickEvent ( QMouseEvent * _me ) >> { >> // my code >> engine::fxMixerView()->show();// show fxMixer window >> engine::fxMixerView()->setFocus();// set focus to fxMixer >> window >> // end my code >> >> engine::fxMixerView()->setCurrentFxLine( model()->value() ); >> } >> }; >> >> Now you can simultaneously open fxmixer and go to the desired channel :-) ------------------------------------------------------------------------------ WINDOWS 8 is here. Millions of people. Your app in 30 days. Visit The Windows 8 Center at Sourceforge for all your go to resources. http://windows8center.sourceforge.net/ join-generation-app-and-make-money-coding-fast/ _______________________________________________ LMMS-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmms-devel
