diff --git a/src/components/ViewerControls.tsx b/src/components/ViewerControls.tsx
index 85a6b5f..644b04b 100644
--- a/src/components/ViewerControls.tsx
+++ b/src/components/ViewerControls.tsx
@@ -170,6 +170,7 @@ export function ViewerControls() {
size="sm"
className="gap-2 h-9"
onClick={() => setMeasureMode(!measureMode)}
+ title="Clique para marcar pontos · Esc desfaz ponto pendente · Z desfaz última medição"
>
@@ -181,6 +182,18 @@ export function ViewerControls() {
+ {(measurePoints.length > 0 || measurements.length > 0) && (
+
+ )}
+
{measurements.length > 0 && (