[Label3D] Fix updating labels in subvieports on oversampling change.

This commit is contained in:
bruvzg 2024-09-08 15:11:13 +03:00
parent 5675c76461
commit bdd5117086
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
2 changed files with 8 additions and 7 deletions

View file

@ -1224,6 +1224,7 @@ void Window::_update_viewport_size() {
TS->font_set_global_oversampling(font_oversampling);
if (!ci_updated) {
update_canvas_items();
emit_signal(SNAME("size_changed"));
}
}
}