fix style overwriting done by fastmeter, and lack of clip mask/clip origin restore in pixscroller; fixes meter redraw botch when moving fader, and the style fix corrects visual problems with Clearlooks as soon a ameter is realized

git-svn-id: svn://localhost/trunk/ardour2@323 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-02-13 16:08:32 +00:00
parent e603d95830
commit e92c949f3c
8 changed files with 41 additions and 42 deletions

View file

@ -181,8 +181,8 @@ GainMeter::GainMeter (IO& io, Session& s)
hbox.pack_start (meter_packer, Gtk::PACK_SHRINK);
set_spacing (4);
pack_start (top_table, Gtk::PACK_SHRINK);
/* here's the culprit gain display box*/
pack_start (gain_display_box, Gtk::PACK_SHRINK);
pack_start (hbox, Gtk::PACK_SHRINK);