Center Marker for Framing Assistant

Issue #976 resolved
Aaron Dalton created an issue

Would be very nice to have a small dot or small crosshair to mark the center of the frame in the framing assistant. Useful when framing up more than one object to find the middle of them.

Comments (4)

  1. Lawlcat

    Very relatedly, enough that it should probably be the same bug/issue, the ability to change the frame in the framing assistant to show a simple rule of thirds grid would also be tremendously helpful in addition to a center crosshair

  2. Juergen G

    Permanently visible center marker could be easily added by inserting the following to line 645 in FramingAssistantView.xaml :

    <TextBlock
            HorizontalAlignment="Center"
            VerticalAlignment="Center"
            FontSize="12"
            FontStretch="ExtraExpanded"
            Foreground="White"
            Text="+" />
    

    Did this before on my “private” fork as a small addition.

  3. Log in to comment