forked from External/mage
fixed issue 228
This commit is contained in:
parent
120468f8ca
commit
7926fc5004
8 changed files with 38 additions and 10 deletions
|
|
@ -53,6 +53,10 @@ public class DraftPane extends MagePane {
|
|||
this.draftPanel1.showDraft(draftId);
|
||||
}
|
||||
|
||||
public void hideDraft() {
|
||||
draftPanel1.hideDraft();
|
||||
}
|
||||
|
||||
/** This method is called from within the constructor to
|
||||
* initialize the form.
|
||||
* WARNING: Do NOT modify this code. The content of this method is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue