mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
remove debug output/ifdef
This commit is contained in:
parent
e5aa0d774e
commit
155b1dc4c8
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ ArdourButton::render (cairo_t* cr, cairo_rectangle_t *)
|
||||||
// Text, if any
|
// Text, if any
|
||||||
if (!_pixbuf && ((_elements & Text)==Text) && !_text.empty()) {
|
if (!_pixbuf && ((_elements & Text)==Text) && !_text.empty()) {
|
||||||
assert(_layout);
|
assert(_layout);
|
||||||
#if 1 // DEBUG style (print on hover)
|
#if 0 // DEBUG style (print on hover)
|
||||||
if (_hovering || (_elements & Inactive)) {
|
if (_hovering || (_elements & Inactive)) {
|
||||||
bool layout_font = true;
|
bool layout_font = true;
|
||||||
Pango::FontDescription fd = _layout->get_font_description();
|
Pango::FontDescription fd = _layout->get_font_description();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue