Skip to content

Commit

Permalink
<Bug>[Tool Plugin]: <ToolForceDirectedLayout Bug>
Browse files Browse the repository at this point in the history
[]

[#124]
  • Loading branch information
Humberto Sanchez II committed Dec 24, 2024
1 parent e8d6568 commit 00032da
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pip install wxPython
pip install antlr4-python3-runtime==4.13.1
pip install networkx==3.0
pip install codeallybasic==1.8.0
pip install codeallybasic==1.8.1
pip install codeallyadvanced==1.3.3
pip install pyutmodelv2==2.2.2
pip install ogl==3.6.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ maintainers = [{name = 'Humberto A. Sanchez II', email = 'Humbert.A.Sanchez.II@g
keywords = ['pyut', 'python', 'plugin']

dependencies = [
'codeallybasic>=1.8.0',
'codeallybasic>=1.8.1',
'codeallyadvanced>=1.3.3',
'pyutmodelv2>=2.2.2',
'ogl>=3.6.1',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ click==8.1.8

wxPython==4.2.2

codeallybasic==1.8.0
codeallybasic==1.8.1
codeallyadvanced==1.3.3

pyutmodelv2==2.2.2
Expand Down
2 changes: 1 addition & 1 deletion src/pyutplugins/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = '3.1.4'
__version__: str = '3.1.6'
3 changes: 3 additions & 0 deletions src/pyutplugins/toolplugins/ToolForceDirectedLayout.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ def _doAction(self, oglObjects: OglObjects):

self._fdl.arrange(statusCallback=self._layoutStatusCallBack)
self._reArrangeLinks(oglObjects=oglObjects)

self._layoutProgressDialog.Destroy()
self._layoutProgressDialog = NO_PROGRESS_DIALOG
self._pluginAdapter.refreshFrame()
self._pluginAdapter.indicatePluginModifiedProject()

Expand Down

0 comments on commit 00032da

Please sign in to comment.