Add exclusion persistence option
Introduce a config flag to reset exclusions when images change (default off), keep shapes when navigating, and theme preview accents accordingly.
This commit is contained in:
@@ -155,7 +155,6 @@ class ExclusionMixin:
|
||||
next_mode = "free" if current == "rect" else "rect"
|
||||
self.exclude_mode = next_mode
|
||||
self._current_stroke = None
|
||||
accent = self._exclusion_preview_colour()
|
||||
if next_mode == "free":
|
||||
if self._rubber_id:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user