mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
LibGUI: Remove debug spam in GWidget::spans_entire_window_horizontally().
This commit is contained in:
parent
d48f486634
commit
a5135dbf01
Notes:
sideshowbarker
2024-07-19 14:54:36 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a5135dbf011
@ -365,6 +365,5 @@ bool GWidget::spans_entire_window_horizontally() const
|
||||
if (main_widget == this)
|
||||
return true;
|
||||
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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user