Changeset 1421 for trunk


Ignore:
Timestamp:
07/25/19 11:52:05 (5 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameUtils.java

    r1415 r1421  
    646646                // attempt to create the picture
    647647                Picture pic = ItemUtils.CreatePicture(txt);
     648               
     649                // transfer any encryption label that is present
     650                String encryptionLabel = txt.getEncryptionLabel();
     651                if (encryptionLabel != null && !encryptionLabel.isEmpty()) {
     652                        pic.setEncryptionLabelOnLoad(encryptionLabel);
     653                }
    648654
    649655                // if the picture could not be created successfully
Note: See TracChangeset for help on using the changeset viewer.