Skip to content

Commit

Permalink
Typo in TextOffsetY2 corrected - when it was used, it was leading to …
Browse files Browse the repository at this point in the history
…unwanted recalculation and thus higher load to GUI
  • Loading branch information
GuzziMP committed Jan 2, 2013
1 parent 663c656 commit 74b2ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediaportal/Core/guilib/GUIButton3PartControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ public int TextOffsetY2
{
return;
}
if (_textOffsetY1 != value)
if (_textOffsetY2 != value)
{
_textOffsetY2 = value;
_reCalculate = true;
Expand Down

0 comments on commit 74b2ca8

Please sign in to comment.