mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Copy/pasting multiple cards
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@859 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -61,7 +61,7 @@ bool ImageValueEditor::canCopy() const {
|
||||
|
||||
bool ImageValueEditor::canPaste() const {
|
||||
return wxTheClipboard->IsSupported(wxDF_BITMAP) &&
|
||||
!wxTheClipboard->IsSupported(CardDataObject::format); // we don't want to (accidentally) paste card images
|
||||
!wxTheClipboard->IsSupported(CardsDataObject::format); // we don't want to (accidentally) paste card images
|
||||
}
|
||||
|
||||
bool ImageValueEditor::doCopy() {
|
||||
|
||||
Reference in New Issue
Block a user