Index: src/insets/Inset.cpp
===================================================================
--- src/insets/Inset.cpp	(Revision 18271)
+++ src/insets/Inset.cpp	(Arbeitskopie)
@@ -273,7 +273,7 @@
 void Inset::metricsMarkers(Dimension & dim, int framesize) const
 {
 	dim.wid += 2 * framesize;
-	dim.asc += framesize;
+	dim.des += framesize;
 }
 
 
