using (Surface ol = new ImageSurface (Format.Argb32, cb.Width, cb.Height)) {
using (Context ctx = new Context (ol)) {
ctx.SetSourceColor (Color.Black);
- drawDesignOverlay (ctx, g, cb, hr, 0.4 / z, 4.5);
+ drawDesignOverlay (ctx, g, cb, hr, 0.4 / z, 6.5);
}
gr.SetSourceSurface (ol, 0, 0);
pic.Paint (gr, r);
gr.Operator = Operator.Over;
}
- void drawDesignOverlay (Context gr, GraphicObject g, Rectangle cb, Rectangle hr, double coteStroke, double space = 4.5){
+ void drawDesignOverlay (Context gr, GraphicObject g, Rectangle cb, Rectangle hr, double coteStroke, double space = 6.5){
double z = zoom / 100.0;
double coteW = 3, coteL = 5;
bool fill = true;
Layoutable.RegisteredLayoutings |= LayoutType;
(Layoutable as GraphicObject).IFace.DiscardQueue.Enqueue (this);
}
- #if DEBUG_LAYOUTING
+// #if DEBUG_LAYOUTING
else
Debug.WriteLine ("\tDELETED => " + this.ToString ());
- #endif
+// #endif
}
- #if DEBUG_LAYOUTING
else{
if (LayoutingTries > 2 || DiscardCount > 0)
Debug.WriteLine (this.ToString ());
}
+ #if DEBUG_LAYOUTING
LQITime.Stop();
#endif
go.parentRWLock.ExitReadLock ();