Disable drag and drop on sheet axes for which there is no connected signal
[pspp] / src / ui / gui / psppire-variable-sheet.c
index e37d4353028ef9c5611690c1b582ddbbb7d9f2dc..355f359c64b1cc54ce988a1d313394b17a21381e 100644 (file)
@@ -459,6 +459,7 @@ psppire_variable_sheet_new (void)
                  "hmodel", vsh,
                  "forward-conversion", var_sheet_data_to_string,
                  "editable", TRUE,
+                 "vertical-draggable", TRUE,
                  NULL);
 
   return GTK_WIDGET (obj);