Cubase 13.0.50 Maintenance Update Available

There is another MIDI Remote problem with Cubase 13.0.50.

If a fader is assigned to the function ValueUnderMouse,
the fader no longer initializes to where the respective parameter under the mouse has its value.

In the script of the PreSonus FaderPort this task is implemented like this:
On a mappingpage pageMain, the motorized fader controls the Volume.
On a mappingpage pageShift, the motorized fader controls the ValueUnderMouse.

function hostBinding_fader() {
    ...
    pageMain.makeValueBinding(fader.fd_Volume.mSurfaceValue,
        pageMain.mHostAccess.mTrackSelection.mMixerChannel.mValue.mVolume)
    pageShift.makeValueBinding(fader.fd_Volume.mSurfaceValue,
        pageShift.mHostAccess.mMouseCursor.mValueUnderMouse)
    ...
}

Here is a video in which this error is clearly visible,
LluisV took the trouble to create this video.

Regards
CKB