@@ -1030,7 +1030,7 @@ void DisplayFlippedEnhancements()
10301030 Bounds . Y -= 3f ;
10311031 Bounds . Height = Control . DefaultFont . GetHeight ( this . bxFlip . Graphics ) ;
10321032 Graphics graphics2 = this . bxFlip . Graphics ;
1033- clsDrawX . DrawOutlineText ( Conversions . ToString ( MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . Enhancement . IOLevel + 1 ) , Bounds , Color . Cyan , Color . FromArgb ( 128 , 0 , 0 , 0 ) , this . pnlEnhActive . Font , 1f , ref graphics2 , false , false ) ;
1033+ clsDrawX . DrawOutlineText ( Conversions . ToString ( MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . Enhancement . IOLevel + 1 ) , Bounds , Color . Cyan , Color . FromArgb ( 128 , 0 , 0 , 0 ) , this . pnlEnhActive . Font , 1f , graphics2 , false , false ) ;
10341034 }
10351035 else if ( MidsContext . Config . ShowEnhRel & ( DatabaseAPI . Database . Enhancements [ MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . Enhancement . Enh ] . TypeID == Enums . eType . Normal | DatabaseAPI . Database . Enhancements [ MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . Enhancement . Enh ] . TypeID == Enums . eType . SpecialO ) )
10361036 {
@@ -1039,7 +1039,7 @@ void DisplayFlippedEnhancements()
10391039 Bounds . Height = Control . DefaultFont . GetHeight ( this . bxFlip . Graphics ) ;
10401040 Color Text = MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . Enhancement . RelativeLevel != Enums . eEnhRelative . None ? ( MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . Enhancement . RelativeLevel >= Enums . eEnhRelative . Even ? ( MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . Enhancement . RelativeLevel <= Enums . eEnhRelative . Even ? Color . White : Color . FromArgb ( 0 , ( int ) byte . MaxValue , ( int ) byte . MaxValue ) ) : Color . Yellow ) : Color . Red ;
10411041 Graphics graphics2 = this . bxFlip . Graphics ;
1042- clsDrawX . DrawOutlineText ( Enums . GetRelativeString ( MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . Enhancement . RelativeLevel , MidsContext . Config . ShowRelSymbols ) , Bounds , Text , Color . FromArgb ( 128 , 0 , 0 , 0 ) , this . pnlEnhActive . Font , 1f , ref graphics2 , false , false ) ;
1042+ clsDrawX . DrawOutlineText ( Enums . GetRelativeString ( MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . Enhancement . RelativeLevel , MidsContext . Config . ShowRelSymbols ) , Bounds , Text , Color . FromArgb ( 128 , 0 , 0 , 0 ) , this . pnlEnhActive . Font , 1f , graphics2 , false , false ) ;
10431043 }
10441044 }
10451045 }
@@ -1060,7 +1060,7 @@ void DisplayFlippedEnhancements()
10601060 Bounds . Y -= 3f ;
10611061 Bounds . Height = Control . DefaultFont . GetHeight ( this . bxFlip . Graphics ) ;
10621062 Graphics graphics2 = this . bxFlip . Graphics ;
1063- clsDrawX . DrawOutlineText ( Conversions . ToString ( MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . FlippedEnhancement . IOLevel + 1 ) , Bounds , Color . Cyan , Color . FromArgb ( 128 , 0 , 0 , 0 ) , this . pnlEnhActive . Font , 1f , ref graphics2 , false , false ) ;
1063+ clsDrawX . DrawOutlineText ( Conversions . ToString ( MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . FlippedEnhancement . IOLevel + 1 ) , Bounds , Color . Cyan , Color . FromArgb ( 128 , 0 , 0 , 0 ) , this . pnlEnhActive . Font , 1f , graphics2 , false , false ) ;
10641064 }
10651065 else if ( MidsContext . Config . ShowEnhRel & ( DatabaseAPI . Database . Enhancements [ MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . FlippedEnhancement . Enh ] . TypeID == Enums . eType . Normal | DatabaseAPI . Database . Enhancements [ MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . FlippedEnhancement . Enh ] . TypeID == Enums . eType . SpecialO ) )
10661066 {
@@ -1069,7 +1069,7 @@ void DisplayFlippedEnhancements()
10691069 Bounds . Height = Control . DefaultFont . GetHeight ( this . bxFlip . Graphics ) ;
10701070 Color Text = MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . FlippedEnhancement . RelativeLevel != Enums . eEnhRelative . None ? ( MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . FlippedEnhancement . RelativeLevel >= Enums . eEnhRelative . Even ? ( MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . FlippedEnhancement . RelativeLevel <= Enums . eEnhRelative . Even ? Color . White : Color . FromArgb ( 0 , ( int ) byte . MaxValue , ( int ) byte . MaxValue ) ) : Color . Yellow ) : Color . Red ;
10711071 Graphics graphics2 = this . bxFlip . Graphics ;
1072- clsDrawX . DrawOutlineText ( Enums . GetRelativeString ( MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . FlippedEnhancement . RelativeLevel , MidsContext . Config . ShowRelSymbols ) , Bounds , Text , Color . FromArgb ( 128 , 0 , 0 , 0 ) , this . pnlEnhActive . Font , 1f , ref graphics2 , false , false ) ;
1072+ clsDrawX . DrawOutlineText ( Enums . GetRelativeString ( MidsContext . Character . CurrentBuild . Powers [ inToonHistory ] . Slots [ index ] . FlippedEnhancement . RelativeLevel , MidsContext . Config . ShowRelSymbols ) , Bounds , Text , Color . FromArgb ( 128 , 0 , 0 , 0 ) , this . pnlEnhActive . Font , 1f , graphics2 , false , false ) ;
10731073 }
10741074 }
10751075 }
0 commit comments