mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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) {
|
if (alloc.get_width () < _min_size.width || alloc.get_height () < _min_size.height) {
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
printf ("Frame::on_size_allocate %dx%d < %dx%d\n", alloc.get_width (), alloc.get_height (), _min_size.width, _min_size.height);
|
printf ("Frame::on_size_allocate %dx%d < %dx%d\n", alloc.get_width (), alloc.get_height (), _min_size.width, _min_size.height);
|
||||||
return;
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue