mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Only warn when Frame allocation is smaller than requested size
see also a8092c1782
This commit is contained in:
parent
b467951c9d
commit
b1841f9857
1 changed files with 0 additions and 1 deletions
|
|
@ -147,7 +147,6 @@ Frame::on_size_allocate (Allocation& alloc)
|
|||
if (alloc.get_width () < _min_size.width || alloc.get_height () < _min_size.height) {
|
||||
#ifndef NDEBUG
|
||||
printf ("Frame::on_size_allocate %dx%d < %dx%d\n", alloc.get_width (), alloc.get_height (), _min_size.width, _min_size.height);
|
||||
return;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue