@@ -176,7 +176,7 @@ function ConRO:DisplayToggleFrame()
176
176
end
177
177
178
178
frame :SetFrameStrata (' MEDIUM' );
179
- frame :SetFrameLevel (' 52 ' )
179
+ frame :SetFrameLevel (' 73 ' )
180
180
frame :SetSize ((40 * hori ) + 14 , (15 * vert ) + 14 )
181
181
frame :SetScale (ConRO .db .profile .toggleButtonSize )
182
182
if ConRO .db .profile ._Hide_Toggle then
@@ -227,7 +227,7 @@ function ConRO:CreateAutoButton()
227
227
local Color = RAID_CLASS_COLORS [Class ]
228
228
local tbutton = CreateFrame (" Button" , ' ConRO_AutoButton' , ConROButtonFrame )
229
229
tbutton :SetFrameStrata (' MEDIUM' )
230
- tbutton :SetFrameLevel (' 53 ' )
230
+ tbutton :SetFrameLevel (' 74 ' )
231
231
tbutton :SetPoint (" BOTTOMRIGHT" , " ConROButtonFrame" , " BOTTOMRIGHT" , - 7 , 7 )
232
232
tbutton :SetSize (40 , 15 )
233
233
if ConROCharacter .ConRO_Settings_Auto then
@@ -286,7 +286,7 @@ function ConRO:CreateSingleButton()
286
286
local Color = RAID_CLASS_COLORS [Class ]
287
287
local tbutton = CreateFrame (" Button" , ' ConRO_SingleButton' , ConROButtonFrame )
288
288
tbutton :SetFrameStrata (' MEDIUM' )
289
- tbutton :SetFrameLevel (' 53 ' )
289
+ tbutton :SetFrameLevel (' 74 ' )
290
290
tbutton :SetPoint (" BOTTOMRIGHT" , " ConROButtonFrame" , " BOTTOMRIGHT" , - 7 , 7 )
291
291
tbutton :SetSize (40 , 15 )
292
292
if ConROCharacter .ConRO_Settings_Single then
@@ -345,7 +345,7 @@ function ConRO:CreateAoEButton()
345
345
local Color = RAID_CLASS_COLORS [Class ]
346
346
local tbutton = CreateFrame (" Button" , ' ConRO_AoEButton' , ConROButtonFrame )
347
347
tbutton :SetFrameStrata (' MEDIUM' );
348
- tbutton :SetFrameLevel (' 53 ' )
348
+ tbutton :SetFrameLevel (' 74 ' )
349
349
tbutton :SetPoint (" BOTTOMRIGHT" , " ConROButtonFrame" , " BOTTOMRIGHT" , - 7 , 7 )
350
350
tbutton :SetSize (40 , 15 )
351
351
if ConROCharacter .ConRO_Settings_AoE then
@@ -412,7 +412,7 @@ function ConRO:CreateFullButton()
412
412
local Color = RAID_CLASS_COLORS [Class ]
413
413
local tbutton = CreateFrame (" Button" , ' ConRO_FullButton' , ConROButtonFrame )
414
414
tbutton :SetFrameStrata (' MEDIUM' );
415
- tbutton :SetFrameLevel (' 53 ' )
415
+ tbutton :SetFrameLevel (' 74 ' )
416
416
tbutton :SetPoint (" TOPLEFT" , " ConROButtonFrame" , " TOPLEFT" , 7 , - 7 )
417
417
tbutton :SetSize (40 , 15 )
418
418
tbutton :SetAlpha (1 )
@@ -485,7 +485,7 @@ function ConRO:CreateBurstButton()
485
485
local Color = RAID_CLASS_COLORS [Class ]
486
486
local tbutton = CreateFrame (" Button" , ' ConRO_BurstButton' , ConROButtonFrame )
487
487
tbutton :SetFrameStrata (' MEDIUM' );
488
- tbutton :SetFrameLevel (' 53 ' )
488
+ tbutton :SetFrameLevel (' 74 ' )
489
489
tbutton :SetPoint (" TOPLEFT" , " ConROButtonFrame" , " TOPLEFT" , 7 , - 7 )
490
490
tbutton :SetSize (40 , 15 )
491
491
tbutton :SetAlpha (1 )
556
556
function ConRO :CreateBlockBurstButton ()
557
557
local tbutton = CreateFrame (" Button" , ' ConRO_BlockBurstButton' , ConROButtonFrame )
558
558
tbutton :SetFrameStrata (' MEDIUM' );
559
- tbutton :SetFrameLevel (' 53 ' )
559
+ tbutton :SetFrameLevel (' 74 ' )
560
560
tbutton :SetPoint (" TOPLEFT" , " ConROButtonFrame" , " TOPLEFT" , 7 , - 7 )
561
561
tbutton :SetSize (40 , 15 )
562
562
tbutton :Hide ()
591
591
function ConRO :CreateBlockAoEButton ()
592
592
local tbutton = CreateFrame (" Button" , ' ConRO_BlockAoEButton' , ConROButtonFrame )
593
593
tbutton :SetFrameStrata (' MEDIUM' );
594
- tbutton :SetFrameLevel (' 53 ' )
594
+ tbutton :SetFrameLevel (' 74 ' )
595
595
tbutton :SetPoint (" BOTTOMRIGHT" , " ConROButtonFrame" , " BOTTOMRIGHT" , - 7 , 7 )
596
596
tbutton :SetSize (40 , 15 )
597
597
tbutton :Hide ()
@@ -781,7 +781,7 @@ function ConRO:DisplayWindowFrame()
781
781
frame :SetPoint (" CENTER" , - 200 , 50 );
782
782
frame :SetSize (ConRO .db .profile .windowIconSize , ConRO .db .profile .windowIconSize );
783
783
frame :SetFrameStrata (' MEDIUM' );
784
- frame :SetFrameLevel (' 52 ' );
784
+ frame :SetFrameLevel (' 73 ' );
785
785
frame :SetAlpha (ConRO .db .profile .transparencyWindow );
786
786
if ConRO .db .profile .combatWindow or ConRO :HealSpec () then
787
787
frame :Hide ();
@@ -877,7 +877,7 @@ function ConRO:DisplayNextWindowFrame()
877
877
frame :SetPoint (" BOTTOMRIGHT" , " ConROWindow" , " BOTTOMLEFT" , - 3 , 0 );
878
878
frame :SetSize (ConRO .db .profile .windowIconSize / 1.35 , ConRO .db .profile .windowIconSize / 1.35 );
879
879
frame :SetFrameStrata (' MEDIUM' );
880
- frame :SetFrameLevel (' 52 ' );
880
+ frame :SetFrameLevel (' 73 ' );
881
881
frame :SetAlpha (ConRO .db .profile .transparencyWindow );
882
882
if ConRO .db .profile .combatWindow or ConRO :HealSpec () then
883
883
frame :Hide ();
@@ -915,7 +915,7 @@ function ConRO:DefenseWindowFrame()
915
915
frame :SetPoint (" CENTER" , - 280 , 50 );
916
916
frame :SetSize (ConRO .db .profile .windowIconSize * .75 , ConRO .db .profile .windowIconSize * .75 );
917
917
frame :SetFrameStrata (' MEDIUM' );
918
- frame :SetFrameLevel (' 52 ' );
918
+ frame :SetFrameLevel (' 73 ' );
919
919
frame :SetAlpha (ConRO .db .profile .transparencyWindow );
920
920
if ConRO .db .profile .combatWindow then
921
921
frame :Hide ();
@@ -1024,7 +1024,7 @@ function ConRO:InterruptWindowFrame()
1024
1024
frame :SetPoint (" LEFT" , " ConROWindow" , " RIGHT" , 5 , 10 );
1025
1025
frame :SetSize (ConRO .db .profile .flashIconSize * .25 , ConRO .db .profile .flashIconSize * .25 );
1026
1026
frame :SetFrameStrata (' MEDIUM' );
1027
- frame :SetFrameLevel (' 52 ' );
1027
+ frame :SetFrameLevel (' 73 ' );
1028
1028
if ConRO .db .profile .enableInterruptWindow == true and ConRO .db .profile ._Unlock_ConRO == true then
1029
1029
frame :Show ();
1030
1030
else
@@ -1062,7 +1062,7 @@ function ConRO:PurgeWindowFrame()
1062
1062
frame :SetPoint (" LEFT" , " ConROWindow" , " RIGHT" , 5 , - 10 );
1063
1063
frame :SetSize (ConRO .db .profile .flashIconSize * .25 , ConRO .db .profile .flashIconSize * .25 );
1064
1064
frame :SetFrameStrata (' MEDIUM' );
1065
- frame :SetFrameLevel (' 52 ' );
1065
+ frame :SetFrameLevel (' 73 ' );
1066
1066
if ConRO .db .profile .enablePurgeWindow == true and ConRO .db .profile ._Unlock_ConRO == true then
1067
1067
frame :Show ();
1068
1068
else
@@ -1122,7 +1122,7 @@ function ConRO:CreateDamageOverlay(parent, id)
1122
1122
1123
1123
frame :SetParent (parent );
1124
1124
frame :SetFrameStrata (' MEDIUM' );
1125
- frame :SetFrameLevel (' 52 ' );
1125
+ frame :SetFrameLevel (' 73 ' );
1126
1126
frame :SetPoint (' CENTER' , 0 , 0 );
1127
1127
frame :SetWidth (parent :GetWidth () * 1.6 );
1128
1128
frame :SetHeight (parent :GetHeight () * 1.6 );
@@ -1193,7 +1193,7 @@ function ConRO:CreateCoolDownOverlay(parent, id)
1193
1193
1194
1194
frame :SetParent (parent );
1195
1195
frame :SetFrameStrata (' MEDIUM' );
1196
- frame :SetFrameLevel (' 52 ' )
1196
+ frame :SetFrameLevel (' 73 ' )
1197
1197
frame :SetPoint (' CENTER' , 0 , 0 );
1198
1198
frame :SetWidth (parent :GetWidth () * 1.6 );
1199
1199
frame :SetHeight (parent :GetHeight () * 1.6 );
@@ -1259,7 +1259,7 @@ function ConRO:CreateDefenseOverlay(parent, id)
1259
1259
1260
1260
frame :SetParent (parent );
1261
1261
frame :SetFrameStrata (' MEDIUM' );
1262
- frame :SetFrameLevel (' 52 ' )
1262
+ frame :SetFrameLevel (' 73 ' )
1263
1263
frame :SetPoint (' CENTER' , 0 , 0 );
1264
1264
frame :SetWidth (parent :GetWidth () * 1.6 );
1265
1265
frame :SetHeight (parent :GetHeight () * 1.6 );
@@ -1325,7 +1325,7 @@ function ConRO:CreateTauntOverlay(parent, id)
1325
1325
1326
1326
frame :SetParent (parent );
1327
1327
frame :SetFrameStrata (' MEDIUM' );
1328
- frame :SetFrameLevel (' 52 ' )
1328
+ frame :SetFrameLevel (' 73 ' )
1329
1329
frame :SetPoint (' CENTER' , 0 , 0 );
1330
1330
frame :SetWidth (parent :GetWidth () * 1.5 );
1331
1331
frame :SetHeight (parent :GetHeight () * 1.5 );
@@ -1391,7 +1391,7 @@ function ConRO:CreateInterruptOverlay(parent, id)
1391
1391
1392
1392
frame :SetParent (parent );
1393
1393
frame :SetFrameStrata (' MEDIUM' );
1394
- frame :SetFrameLevel (' 52 ' )
1394
+ frame :SetFrameLevel (' 73 ' )
1395
1395
frame :SetPoint (' CENTER' , 0 , 0 );
1396
1396
frame :SetWidth (parent :GetWidth () * 1.8 );
1397
1397
frame :SetHeight (parent :GetHeight () * 1.8 );
@@ -1457,7 +1457,7 @@ function ConRO:CreatePurgableOverlay(parent, id)
1457
1457
1458
1458
frame :SetParent (parent );
1459
1459
frame :SetFrameStrata (' MEDIUM' );
1460
- frame :SetFrameLevel (' 52 ' )
1460
+ frame :SetFrameLevel (' 73 ' )
1461
1461
frame :SetPoint (' CENTER' , 0 , 0 );
1462
1462
frame :SetWidth (parent :GetWidth () * 2 );
1463
1463
frame :SetHeight (parent :GetHeight () * 2 );
@@ -1523,7 +1523,7 @@ function ConRO:CreateRaidBuffsOverlay(parent, id)
1523
1523
1524
1524
frame :SetParent (parent );
1525
1525
frame :SetFrameStrata (' MEDIUM' );
1526
- frame :SetFrameLevel (' 52 ' )
1526
+ frame :SetFrameLevel (' 73 ' )
1527
1527
frame :SetPoint (' CENTER' , 0 , 0 );
1528
1528
frame :SetWidth (parent :GetWidth () * 1.5 );
1529
1529
frame :SetHeight (parent :GetHeight () * 1.65 );
@@ -1589,7 +1589,7 @@ function ConRO:CreateMovementOverlay(parent, id)
1589
1589
1590
1590
frame :SetParent (parent );
1591
1591
frame :SetFrameStrata (' MEDIUM' );
1592
- frame :SetFrameLevel (' 52 ' )
1592
+ frame :SetFrameLevel (' 73 ' )
1593
1593
frame :SetPoint (' CENTER' , 0 , - 3 );
1594
1594
frame :SetWidth (parent :GetWidth () * 1.65 );
1595
1595
frame :SetHeight (parent :GetHeight () * 1.85 );
0 commit comments