Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyoung committed Mar 19, 2017
1 parent c171ebe commit 4d0c935
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import org.metaworks.annotation.AutowiredFromClient;
import org.metaworks.annotation.Face;
import org.metaworks.annotation.ServiceMethod;
import org.metaworks.widget.ModalWindow;
import org.metaworks.dao.TransactionContext;

/**
* @author jyj
Expand Down Expand Up @@ -268,6 +268,8 @@ public void setPropertyDialogWidth(int propertyDialogWidth) {
@ServiceMethod(callByContent = true, eventBinding = EventContext.EVENT_DBLCLICK, target = ServiceMethodContext.TARGET_POPUP)
public Object showProperty() throws Exception {

TransactionContext.getThreadLocalInstance().setMW3FaceOptionEnabled(true);

if(elementViewActionDelegate!=null){
elementViewActionDelegate.onDoubleClick(this);

Expand Down

0 comments on commit 4d0c935

Please sign in to comment.