Skip to content

Commit

Permalink
2.3.3.5 - Fixed bug with -capture command line option so that applica…
Browse files Browse the repository at this point in the history
…tion focus settings are considered before screenshot taken.
  • Loading branch information
igloo-gkendall committed Dec 7, 2020
1 parent d1bdacd commit 8d65239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interface/main/FormMain-CommandLine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ private void ParseCommandLineArguments(string[] args)
// -capture
if (Regex.IsMatch(arg, CommandLineRegex.REGEX_COMMAND_LINE_CAPTURE))
{
RefreshApplicationFocusList();

TakeScreenshot(captureNow: true);
}

Expand Down

0 comments on commit 8d65239

Please sign in to comment.