Tk Library Source Code

Artifact [a5ad35cc6f]
Login

Artifact a5ad35cc6f6eb385be1b035b72ef8ab3653dcd33:

Attachment "notebook.left-side-not-drawn.patch" to ticket [688227ffff] added by lewca43 2003-02-18 03:23:52.
984c984,988
<     set x0  [expr {$bd-1}]
---
>     # Do not draw items on the canvas in the negative x region of the canvas
>     # otherwise they will not be visible.
>     # B. Schofield
>     expr {($bd == 0)?[set x0 0]:[set x0 [expr {$bd-1}]]}
>