Refactor HVideoTool's configuration and project management: updated project handling in core/project.py, streamlined restoration settings in config.py, and improved documentation in CLAUDE.md. Removed unused parameters and enhanced type hints for better clarity.
This commit is contained in:
@@ -27,11 +27,6 @@ class MarkerSlider(QSlider):
|
||||
self._marks = marks
|
||||
self.update()
|
||||
|
||||
def clear_marks(self) -> None:
|
||||
if self._marks:
|
||||
self._marks = set()
|
||||
self.update()
|
||||
|
||||
def paintEvent(self, event) -> None:
|
||||
super().paintEvent(event)
|
||||
if not self._marks or self.maximum() <= self.minimum():
|
||||
|
||||
Reference in New Issue
Block a user