v1.18.2 Fixed PreviewOverlay not being TopMost

This commit is contained in:
MakariAeron
2014-12-28 23:16:49 -06:00
parent cef89599c3
commit 978bef8c11
3 changed files with 10 additions and 1 deletions

View File

@@ -31,6 +31,11 @@ namespace PreviewToy
this.parent.render_area_Click(sender, e);
}
public void makeTopMost()
{
this.TopMost = true;
}
private void client_label_Click(object sender, EventArgs e)
{