mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-20 19:02:12 +00:00
Oops, forgot one flipped #if while testing
This commit is contained in:
parent
a608ad71fa
commit
a66d4e72f2
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ namespace CodeImp.DoomBuilder.Editing
|
|||
// Read from clipboard
|
||||
if(havepastedata)
|
||||
{
|
||||
#if MONO_WINFORMS
|
||||
#if !MONO_WINFORMS
|
||||
using(Stream memstream = (Stream)Clipboard.GetData(CLIPBOARD_DATA_FORMAT))
|
||||
#else
|
||||
using(Stream memstream = new MemoryStream(Convert.FromBase64String(((string)Clipboard.GetData(DataFormats.Text)).Substring(CLIPBOARD_DATA_FORMAT.Length))))
|
||||
|
|
Loading…
Reference in a new issue