mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibGUI: Remove debug spam when resizing table columns
This commit is contained in:
parent
a731ccd4a0
commit
a406a8c7d2
Notes:
sideshowbarker
2024-07-19 09:09:37 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a406a8c7d29
1 changed files with 0 additions and 1 deletions
|
@ -269,7 +269,6 @@ void AbstractTableView::mousemove_event(MouseEvent& event)
|
|||
auto& column_data = this->column_data(m_resizing_column);
|
||||
if (column_data.width != new_width) {
|
||||
column_data.width = new_width;
|
||||
dbg() << "New column width: " << new_width;
|
||||
update_content_size();
|
||||
update();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue