Fixed #1086 (problems showing handle of a single circle) (#1089)

This commit is contained in:
Matthias Köfferlein 2022-05-31 00:22:42 +02:00 committed by GitHub
parent 4cbd28fd23
commit 17e643ce5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1925,7 +1925,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) {