Skip to content

Commit

Permalink
Fixed #1086 (problems showing handle of a single circle) (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
klayoutmatthias committed May 30, 2022
1 parent 2aef6d9 commit 090eb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/laybasic/laybasic/layRedrawThreadWorker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1924,7 +1924,7 @@ RedrawThreadWorker::draw_layer (int from_level, int to_level, db::cell_index_typ
if ((dbbox.width () < 2.5 && dbbox.height () < 1.5) ||
(dbbox.width () < 1.5 && dbbox.height () < 2.5)) {

if (bbox.overlaps (vp)) {
if (bbox.touches (vp)) {

bool anything = true;
if (level == 0) {
Expand Down

0 comments on commit 090eb2d

Please sign in to comment.