diff --git a/Frameworks/OakFileBrowser/src/ui/OFBPathInfoCell.h b/Frameworks/OakFileBrowser/src/ui/OFBPathInfoCell.h index 0ba71341..43c5a91f 100644 --- a/Frameworks/OakFileBrowser/src/ui/OFBPathInfoCell.h +++ b/Frameworks/OakFileBrowser/src/ui/OFBPathInfoCell.h @@ -1,7 +1,7 @@ #import enum { - OFBPathInfoCellHitCloseButton = (12 << 1), + OFBPathInfoCellHitCloseButton = (1 << 12), }; @interface OFBPathInfoCell : OakImageAndTextCell