Enhancement: 'relative' option of properties dialog is persisted now.

This commit is contained in:
Matthias Koefferlein
2025-08-15 15:24:00 +02:00
parent ef2b164e1a
commit 872eaabb75
4 changed files with 32 additions and 0 deletions
+2
View File
@@ -158,6 +158,8 @@ static const std::string cfg_guiding_shape_color ("guiding-shape-color");
static const std::string cfg_guiding_shape_line_width ("guiding-shape-line-width");
static const std::string cfg_guiding_shape_vertex_size ("guiding-shape-vertex-size");
static const std::string cfg_properties_dialog_relative_mode ("properties-dialog-relative-mode");
}
#endif