Changeset 18566 in svn
- Timestamp:
- 04/29/11 13:40:36 (2 years ago)
- Location:
- wysiwyg/eclipse-plugin/VisualDesigner
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wysiwyg/eclipse-plugin/VisualDesigner/src/com/vaadin/visualdesigner/server/client/layouts/VEditableAbsoluteLayout.java
r17700 r18566 299 299 @Override 300 300 protected void postEnterHook(VDragEvent drag) { 301 // Set opacity to full when dragging302 drag.getDragImage().getStyle().setOpacity(1.0);303 301 VLayoutEditor.getInstance().selectComponent( 304 302 VEditableAbsoluteLayout.this); 305 }306 307 /*308 * (non-Javadoc)309 *310 * @see com.vaadin.incubator.dragdroplayouts.client.ui.VDDAbsoluteLayout#311 * postLeaveHook(com.vaadin.terminal.gwt.client.ui.dd.VDragEvent)312 */313 @Override314 protected void postLeaveHook(VDragEvent drag) {315 drag.getDragImage().getStyle().setProperty("opacity", "");316 317 303 } 318 304
Note: See TracChangeset
for help on using the changeset viewer.
