mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:17:44 +00:00
LibGUI: Remove debug spam in GWidget::spans_entire_window_horizontally().
This commit is contained in:
parent
d48f486634
commit
a5135dbf01
1 changed files with 0 additions and 1 deletions
|
@ -365,6 +365,5 @@ bool GWidget::spans_entire_window_horizontally() const
|
||||||
if (main_widget == this)
|
if (main_widget == this)
|
||||||
return true;
|
return true;
|
||||||
auto wrr = window_relative_rect();
|
auto wrr = window_relative_rect();
|
||||||
dbgprintf("Checking %s{%p} wrr=%s, mwr=%s\n", class_name(), this, wrr.to_string().characters(), main_widget->rect().to_string().characters());
|
|
||||||
return wrr.left() == main_widget->rect().left() && wrr.right() == main_widget->rect().right();
|
return wrr.left() == main_widget->rect().left() && wrr.right() == main_widget->rect().right();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue