In develop's 592db0719953191628501be3b53cf741c87793f2 it's not included. The patch can't apply correctly because in main the space is before [Mute] and in develop it's after.
main:
sClipTitle += QObject::tr(" [Mute]");
develop:
sClipTitle += QObject::tr("[Mute] ");
My patch looks for the version in main. I prefer the main version because the space before [Mute] moves [Mute] a biit away from the clip's left margin.
re. Little Mute-patch...
considered, in qtractor >= 1.5.4.1git.592db0 [develop]
cheers
not there
In develop's 592db0719953191628501be3b53cf741c87793f2 it's not included. The patch can't apply correctly because in main the space is before [Mute] and in develop it's after.
main:
sClipTitle += QObject::tr(" [Mute]");
develop:
sClipTitle += QObject::tr("[Mute] ");
My patch looks for the version in main. I prefer the main version because the space before [Mute] moves [Mute] a biit away from the clip's left margin.
re. not there...
the patch was not considered at face value, but a variation of it instead was taken.
and yes, the space before the "[Mute]" tag was simply dropped--it was no mistake.
Add new comment