mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 23:11:41 +00:00
Reduce the debug level (again).
The sitution can occur during normal usage as well (which requires scrollbars to fix). So now reduce the level for the final time.
This commit is contained in:
parent
3f90f93792
commit
fb77be8d5f
@ -504,7 +504,7 @@ void ttext::recalculate(const bool force) const
|
||||
<< " result " << rect_
|
||||
<< ".\n";
|
||||
if(maximum_width_ != -1 && rect_.width > maximum_width_) {
|
||||
ERR_GUI_L << "ttext::" << __func__
|
||||
DBG_GUI_L << "ttext::" << __func__
|
||||
<< " text '" << gui2::debug_truncate(text_)
|
||||
<< " ' width " << rect_.width
|
||||
<< " greater as the wanted maximum of " << maximum_width_
|
||||
|
Loading…
x
Reference in New Issue
Block a user