mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix codestyle
This commit is contained in:
parent
f05944bf29
commit
4be947af55
1 changed files with 0 additions and 2 deletions
|
@ -154,8 +154,6 @@ class SupportEraser(Tool):
|
||||||
|
|
||||||
Application.getInstance().getController().toolEnabledChanged.emit(self._plugin_id, plugin_enabled)
|
Application.getInstance().getController().toolEnabledChanged.emit(self._plugin_id, plugin_enabled)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def _onSelectionChanged(self):
|
def _onSelectionChanged(self):
|
||||||
# When selection is passed from one object to another object, first the selection is cleared
|
# When selection is passed from one object to another object, first the selection is cleared
|
||||||
# and then it is set to the new object. We are only interested in the change from no selection
|
# and then it is set to the new object. We are only interested in the change from no selection
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue