Index: sources/gui/qml/pages/MainStack.qml =================================================================== diff -u -r2ad0fc5c1215088ee0e4ea7f9b2bc367c4ed2fd9 -r43ae56f762e6f3e1416d39e3d16f9103fc597e41 --- sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision 2ad0fc5c1215088ee0e4ea7f9b2bc367c4ed2fd9) +++ sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision 43ae56f762e6f3e1416d39e3d16f9103fc597e41) @@ -149,7 +149,7 @@ // and it's easier(or may not need) to modify later if required. // and is more optimized and will never leave screen empty // also with what ever order they have been push with the reverse/correct animation will be poped or pushed. - Connections { target: vHDTreatmentStates + Connections { target: vTDTreatmentStates // Blood Prime function onBpRampChanged ( vValue ) { page( null , vValue )}