You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elseifself:checkUnlockConstraints(build, node) then
945
944
base=tree:GetAssetByName(node.icon)
946
945
overlay=node.overlay[state]
947
946
end
@@ -1157,7 +1156,7 @@ function PassiveTreeViewClass:Draw(build, viewPort, inputEvents)
1157
1156
end
1158
1157
1159
1158
end
1160
-
ifnode==hoverNodeand (notnode.unlockConstraintorcheckUnlockConstraints(build, node)) and (node.type~="Socket" ornotIsKeyDown("SHIFT")) andnotIsKeyDown("CTRL") andnotmain.popups[1] then
1159
+
ifnode==hoverNodeand (notnode.unlockConstraintorself:checkUnlockConstraints(build, node)) and (node.type~="Socket" ornotIsKeyDown("SHIFT")) andnotIsKeyDown("CTRL") andnotmain.popups[1] then
1161
1160
-- Draw tooltip
1162
1161
SetDrawLayer(nil, 100)
1163
1162
localsize=m_floor(node.size*scale)
@@ -1442,11 +1441,15 @@ function PassiveTreeViewClass:Focus(x, y, viewPort, build)
Copy file name to clipboardExpand all lines: src/Modules/Build.lua
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -246,21 +246,21 @@ function buildMode:Init(dbFileName, buildName, buildXML, convertBuild, importLin
246
246
self.spec:AddUndoState()
247
247
self.spec:SetWindowTitleWithBuildClass()
248
248
self.buildFlag=true
249
-
self.treeTab.viewer.searchNeedsForceUpdate=true
249
+
self.treeTab.viewer.searchStrCached=""
250
250
else
251
251
main:OpenConfirmPopup("Class Change", "Changing class to "..value.label.." will reset your passive tree.\nThis can be avoided by connecting one of the "..value.label.." starting nodes to your tree.", "Continue", function()
0 commit comments