Fix comment

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2024-08-10 18:42:13 +02:00
parent 46b99041eb
commit ecf0622a85

View File

@ -123,7 +123,7 @@ public:
}
}
TDimension width() const { // how high is it?
TDimension width() const { // how wide is it?
if (!null_box()) {
return top_right.x() - bot_left.x();
} else {