]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.cxx
Necessary changes to manage the basic action . First prototype totally completed...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GPortModel.cxx
index abb6945db8c7bc903b5a513c5a5951570f06424d..8672eedafa918db517bcf5bbbcdf57f08269982a 100644 (file)
@@ -80,7 +80,7 @@ namespace bbtk
                        posY = yFin;
                }
 
-               //Usually pos begins in 0
+               //Variable 'pos' starts with value 0 and it represents the position of the port in the box from left to right
                posX = xInic + PORT_WIDTH + pos*2*PORT_WIDTH;
                
                setInicPoint(posX,posY,posZ);