1
0
Fork 0

Fix: Allow object picker to resize if there are no classes.

pull/14372/head
Peter Nelson 2025-06-17 11:58:26 +01:00
parent e4cf6ca0ba
commit dd7dbc8797
No known key found for this signature in database
GPG Key ID: 8EF8F0A467DF75ED
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,8 @@ public:
case WID_BO_INFO:
size.height = this->info_height;
fill.height = this->has_class_picker ? 0 : 1;
resize.height = this->has_class_picker ? 0 : 1;
break;
default: