mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
e603d95830
commit
e92c949f3c
8 changed files with 41 additions and 42 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue