Add Key description for Key D which displays the domain.

This commit is contained in:
Jasmeet Singh 2019-06-22 18:00:01 -07:00
parent 677cbc7c07
commit a9eae8a297
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,6 @@
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
typedef CGAL::Periodic_2_triangulation_traits_2<K> GT;
typedef CGAL::Periodic_2_triangulation_2<GT> PDT;
typedef PDT::Point Point;

View File

@ -90,6 +90,7 @@ public:
setKeyDescription(::Qt::Key_4, "UNIQUE_COVER_DOMAIN: Same as UNIQUE but also display "
"all primitives whose intersection with the original "
"domain of the current covering space is non-empty");
setKeyDescription(::Qt::Key_D, "Toggle 9-sheeted domain display");
compute_elements();
}