Skip to content

Commit

Permalink
Immediate redraw on skin change
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQwertiest committed Aug 17, 2017
1 parent bc45ce3 commit 9c05614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foo_title/fooTitle/Display.cs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ internal void ReadjustPosition()
{
this.Left = screen.WorkingArea.Right - this.Width;
}
Main.GetInstance().RequestRedraw();
Main.GetInstance().RequestRedraw(true);
}
}
}

0 comments on commit 9c05614

Please sign in to comment.