mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 22:38:51 +00:00
GTableView: Debug-log the current column width while resizing
This makes it easier to decide on a good initial width for a column.
This commit is contained in:
parent
eb3c19773e
commit
899366da9d
Notes:
sideshowbarker
2024-07-19 12:48:53 +09:00
Author: https://github.com/awesomekling
Commit: 899366da9d
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ void GTableView::mousemove_event(GMouseEvent& 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…
Add table
Add a link
Reference in a new issue