Paliak

Results 127 comments of Paliak

This should already be a thing for all `EditControl` types. Is there a specific control you can point at that doesn't work?

Can't seem to replicate. ![obraz](https://github.com/PathOfBuildingCommunity/PathOfBuilding/assets/91493239/c3814652-7bac-42e8-aad8-fb3f28e475cf) This is on the build you provided. Could you provide screenshots of the issue?

~~Seems to be caused by trans gems still having the normal version support as secondary effect.~~ The support effect uses the correct effect. Though it has the reduced curse effect...

Suggested changes: ```diff diff --git a/src/Classes/ConfigTab.lua b/src/Classes/ConfigTab.lua index 93b9313d..960c13f6 100644 --- a/src/Classes/ConfigTab.lua +++ b/src/Classes/ConfigTab.lua @@ -215,6 +215,9 @@ local ConfigTabClass = newClass("ConfigTab", "UndoHandler", "ControlHost", "Cont t_insert(tooltipFuncs, varData.tooltip) end + if...

Fix for the shown crash: ```diff diff --git a/src/Classes/ConfigTab.lua b/src/Classes/ConfigTab.lua index 93b9313d..01075552 100644 --- a/src/Classes/ConfigTab.lua +++ b/src/Classes/ConfigTab.lua @@ -215,6 +215,9 @@ local ConfigTabClass = newClass("ConfigTab", "UndoHandler", "ControlHost", "Cont t_insert(tooltipFuncs, varData.tooltip)...

Tooltip update code for when it's dropped down: ```diff diff --git a/src/Modules/ConfigOptions.lua b/src/Modules/ConfigOptions.lua index d72587f7..5072dadc 100644 --- a/src/Modules/ConfigOptions.lua +++ b/src/Modules/ConfigOptions.lua @@ -30,7 +30,6 @@ local function applyPantheonDescription(tooltip, mode, index, value)...

Your settings.xml is saved in onedrive which is known to cause all kinds of issues. Try opening settings.xml in notepad or setting "Keep on this device" in one drive settings.

settings.xml should be created when you save your builds path. Alternatively you can try using the standalone version of POB.

Selecting the triggered skill in the left panel and setting the heatmap node search to sort by attack/cast speed should do this.