Skip to content

Commit 88f9fb0

Browse files
fixed pathbar dragdrop
1 parent beb1248 commit 88f9fb0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

modules/release/FNS_Navbar.tox

976 Bytes
Binary file not shown.
1000 Bytes
Binary file not shown.

scripts/NavBar/ParentHierarchy/ParentHierarchyExt.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
12
'''Info Header Start
23
Name : ParentHierarchyExt
34
Author : Dan@DAN-4090
4-
Saveorigin : FunctionStore_tools_2023.509.toe
5+
Saveorigin : FunctionStore_tools_2023.519.toe
56
Saveversion : 2023.11880
67
Info Header End'''
78

@@ -49,7 +50,7 @@ def NavbarContent(self):
4950
if self.ownerComp.op('../panenav/out1'):
5051
return self.ownerComp.op('../panenav/out1').text.strip()
5152
return None
52-
53+
5354
# def updateNuggetList(self, state):
5455
# # check if we have parameters in the nugget list by checking if there is an item after (!!!) the divider
5556
# if self.parsFromIndex == -1 and self.showVals:
@@ -224,6 +225,8 @@ def GetInfo(self, comp = None):
224225
'''Get parent shortcuts recursively in a list'''
225226
if comp is None:
226227
comp = op(self.NavbarContent)
228+
self.ParentShortcutList = []
229+
self.ParentCompList = []
227230
if comp == op('/'):
228231
return
229232
if comp is None:

0 commit comments

Comments
 (0)