Skip to content

Commit

Permalink
Arreglado que cuando trabaja con la selección no la destruya
Browse files Browse the repository at this point in the history
  • Loading branch information
fdiazcarsi committed Jul 28, 2023
1 parent ab80b64 commit 326b853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fctool.py
Expand Up @@ -309,6 +309,7 @@ def updateRealField(self,columnSelectedDescriptor, store, exp, expFilter, useFi
# Create fset
if useFilterType==0:
fset = store.getSelection()
DisposeUtils.bind(fset)
if store.getSelection().getSize()==0:
logger("Selection is empty", LOGGER_WARN)
self.taskStatus.message(i18nManager.getTranslation("_Selection_is_empty"))
Expand Down

0 comments on commit 326b853

Please sign in to comment.