diff --git a/Source/Ember/Variations02.h b/Source/Ember/Variations02.h
index 45df4af..52f45a5 100644
--- a/Source/Ember/Variations02.h
+++ b/Source/Ember/Variations02.h
@@ -2726,7 +2726,7 @@ public:
string inside = "parVars[" + ToUpper(m_Params[i++].Name()) + index;
ss << "\t{\n"
- << "\t\treal_t r, delta = pow(precalcAtanyx / M_PI + 1, " << a << ");\n"
+ << "\t\treal_t r, delta = pow(precalcAtanyx / (real_t)M_PI + 1, " << a << ");\n"
<< "\n"
<< "\t\tif (" << inside << " != 0)\n"
<< "\t\t r = xform->m_VariationWeights[" << varIndex << "] * delta / (precalcSqrtSumSquares + delta);\n"
diff --git a/Source/Fractorium/Fractorium.ui b/Source/Fractorium/Fractorium.ui
index 763b6b6..e43db50 100644
--- a/Source/Fractorium/Fractorium.ui
+++ b/Source/Fractorium/Fractorium.ui
@@ -6510,7 +6510,7 @@ SpinBox
Copy selected xforms to the clipboard
- Ctrl+Q
+ Ctrl+D
@@ -6521,7 +6521,7 @@ SpinBox
Paste copied xforms into the current flame
- Ctrl+W
+ Ctrl+S