relative positioning rework

This commit is contained in:
galister
2025-05-02 02:39:29 +09:00
parent 96a05d0835
commit fbb16eccf6
10 changed files with 177 additions and 106 deletions

View File

@@ -402,7 +402,7 @@ where
.insert(disp_handle, overlay.state.id);
if let Some(attach_to) = &conf_display.attach_to {
overlay.state.relative_to = attach_to.get_relative_to();
overlay.state.positioning = attach_to.get_positioning();
}
if let Some(rot) = &conf_display.rotation {