File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,9 @@ function SkillListClass:OnHoverKeyUp(key)
151
151
elseif key == " RIGHTBUTTON" then
152
152
if IsKeyDown (" CTRL" ) then
153
153
item .includeInFullDPS = not item .includeInFullDPS
154
+ if item == self .skillsTab .displayGroup then
155
+ self .skillsTab :SetDisplayGroup (item )
156
+ end
154
157
self .skillsTab :AddUndoState ()
155
158
self .skillsTab .build .buildFlag = true
156
159
else
@@ -163,6 +166,9 @@ function SkillListClass:OnHoverKeyUp(key)
163
166
end
164
167
elseif key == " LEFTBUTTON" and IsKeyDown (" CTRL" ) then
165
168
item .enabled = not item .enabled
169
+ if item == self .skillsTab .displayGroup then
170
+ self .skillsTab :SetDisplayGroup (item )
171
+ end
166
172
self .skillsTab :AddUndoState ()
167
173
self .skillsTab .build .buildFlag = true
168
174
end
You can’t perform that action at this time.
0 commit comments