FellippeHeitor / InForm

A GUI engine and WYSIWYG interface designer for QB64
MIT License
61 stars 15 forks source link

Improve copy/pasting of controls #28

Closed FellippeHeitor closed 6 years ago

FellippeHeitor commented 6 years ago

Clipboard is limited for controls at design time. Actual control data should be copied to the clipboard for later pasting even if the original copied control no longer exists (would also allow for Cut operations)

FellippeHeitor commented 6 years ago

Commit 115d67365aff2af2a93ec7bf22fc6eb65ac62b50 addresses this issue.