also connect model-signals with view when using default-constructed model - fixes missing updates on things like button-groups when using automation

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@775 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-03-08 08:25:24 +00:00
parent f03d122732
commit a3813eff2b
6 changed files with 44 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
2008-03-08 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/mv_base.h:
* src/widgets/combobox.cpp:
* src/widgets/knob.cpp:
* src/widgets/automatable_button.cpp:
* src/core/mv_base.cpp:
also connect model-signals with view when using default-constructed
model - fixes missing updates on things like button-groups when using
automation
2008-03-07 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/vst_base/lvsl_server.cpp: