Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienPeillet committed Dec 1, 2023
1 parent 3e3dab3 commit 520f413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def init(self, directory: str, load: bool = True) -> None:
self._plateformLayer,
]:
layer._init(layer.layer)
layer.layer.startEditing() # featureCount update
layer.layer.startEditing() # featureCount update
layer.layer.commitChanges()
self._plateformLayer._link_boat(self._boatLayer)
self.environmentLayer.actions().clearActions()
Expand Down
1 change: 1 addition & 0 deletions src/gui/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

class SammoSettingsAction(QObject):
reloadTables: pyqtSignal = pyqtSignal()

def __init__(
self, parent: QObject, toolbar: QToolBar, session: SammoSession
):
Expand Down

0 comments on commit 520f413

Please sign in to comment.