From: <de...@us...> - 2008-10-16 20:35:51
|
Revision: 4077 http://fudaa.svn.sourceforge.net/fudaa/?rev=4077&view=rev Author: deniger Date: 2008-10-16 20:35:47 +0000 (Thu, 16 Oct 2008) Log Message: ----------- Modified Paths: -------------- branches/Prepro-0.92-SNAPSHOT/ebli/src/org/fudaa/ebli/visuallibrary/calque/EbliWidgetControllerCalque.java Modified: branches/Prepro-0.92-SNAPSHOT/ebli/src/org/fudaa/ebli/visuallibrary/calque/EbliWidgetControllerCalque.java =================================================================== --- branches/Prepro-0.92-SNAPSHOT/ebli/src/org/fudaa/ebli/visuallibrary/calque/EbliWidgetControllerCalque.java 2008-10-16 20:33:27 UTC (rev 4076) +++ branches/Prepro-0.92-SNAPSHOT/ebli/src/org/fudaa/ebli/visuallibrary/calque/EbliWidgetControllerCalque.java 2008-10-16 20:35:47 UTC (rev 4077) @@ -150,8 +150,8 @@ if (widget_.getEbliScene() != null) { // position a cote de la widget graphe - final Point nouvellePosition = new Point((widget_.getLocation().x), (int) (widget_.getLocation().y + widget_ - .getBounds().height * 1.2)); +// final Point nouvellePosition = new Point((widget_.getLocation().x), (int) (widget_.getLocation().y + widget_ +// .getBounds().height * 1.2)); if (!hasLegende()) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |