mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 18:57:28 -07:00
BUG-2056: A better fix for the issue, there was already something build in. [skip ci]
This commit is contained in:
parent
c77e77578d
commit
89ae9489d2
4 changed files with 17 additions and 13 deletions
|
@ -105,7 +105,7 @@ namespace GreenshotPlugin.Core {
|
|||
bool useMemoryStream = false;
|
||||
MemoryStream memoryStream = null;
|
||||
if (outputSettings.Format == OutputFormat.greenshot && surface == null) {
|
||||
throw new ArgumentException("Surface needs to be se when using OutputFormat.Greenshot");
|
||||
throw new ArgumentException("Surface needs to be set when using OutputFormat.Greenshot");
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue