Skip to content

Commit

Permalink
Add regions to UploadersConfigForm.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaex committed Oct 5, 2017
1 parent 136ef97 commit 4f6e969
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 79 deletions.
4 changes: 2 additions & 2 deletions ShareX.ScreenCaptureLib/Shapes/ShapeManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ private void form_KeyDown(object sender, KeyEventArgs e)
break;
case Keys.F1:
Config.ShowHotkeys = !Config.ShowHotkeys;
if(tsmiTips != null)
if (tsmiTips != null)
tsmiTips.Checked = Config.ShowHotkeys;
break;
}
Expand Down Expand Up @@ -643,7 +643,7 @@ private void StartRegionSelection()
return;
}

InputManager.Update(); //If it's a touch event we don't have the correct point yet, so refresh it now.
InputManager.Update(); // If it's a touch event we don't have the correct point yet, so refresh it now

BaseShape shape = GetIntersectShape();

Expand Down
Loading

0 comments on commit 4f6e969

Please sign in to comment.