Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b867739b authored by John Hoford's avatar John Hoford
Browse files

display menu indicator in crop

Change-Id: I3ecde3c5e01ace32347e216f2eeb50643e1d9019
parent 35e91fcc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -142,6 +142,12 @@ public class EditorCrop extends Editor implements EditorInfo {
        popupMenu.show();
    }

    @Override
    public void setUtilityPanelUI(View actionButton, View editControl) {
        super.setUtilityPanelUI(actionButton,editControl);
        setMenuIcon(true);
    }

    @Override
    public boolean showsSeekBar() {
        return false;