calc_drawing_bbox(): initialize xctx->show_hidden_texts before calculating bbox.
This commit is contained in:
parent
8bd9c3d939
commit
a50b3681c8
|
|
@ -2592,6 +2592,7 @@ void calc_drawing_bbox(xRect *boundbox, int selected)
|
|||
#endif
|
||||
char *estr = NULL;
|
||||
|
||||
xctx->show_hidden_texts = tclgetboolvar("show_hidden_texts");
|
||||
boundbox->x1=-100;
|
||||
boundbox->x2=100;
|
||||
boundbox->y1=-100;
|
||||
|
|
|
|||
Loading…
Reference in New Issue