mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-07 04:53:15 +02:00
closed a comment
This commit is contained in:
@@ -271,7 +271,7 @@ LRESULT CALLBACK PlotWindowProc( HWND hwnd,
|
||||
/* get new end point */
|
||||
xe = LOWORD (lParam);
|
||||
ye = HIWORD (lParam);
|
||||
/* draw new lines
|
||||
/* draw new lines */
|
||||
MoveToEx (hdc, x0, y0, NULL) ;
|
||||
LineTo (hdc, x0, ye) ;
|
||||
LineTo (hdc, xe, ye);
|
||||
|
||||
Reference in New Issue
Block a user