Fix: Allow object picker to resize if there are no classes. (#14372)

This commit is contained in:
Peter Nelson 2025-06-17 19:04:34 +01:00 committed by GitHub
parent e4cf6ca0ba
commit c882ad5142
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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