Fix some comments.
This commit is contained in:
parent
6b7a3dc02d
commit
47070c9400
1 changed files with 2 additions and 3 deletions
|
@ -106,13 +106,12 @@ void ttree_view::resize_content(
|
|||
|
||||
if(content_resize_request(width_modification, height_modification)) {
|
||||
|
||||
|
||||
// Calculate new size
|
||||
// Calculate new size.
|
||||
tpoint size = content_grid()->get_size();
|
||||
size.x += width_modification;
|
||||
size.y += height_modification;
|
||||
|
||||
// Set new size (both need to be sized seperately.
|
||||
// Set new size.
|
||||
content_grid()->set_size(size);
|
||||
|
||||
// Set status.
|
||||
|
|
Loading…
Add table
Reference in a new issue