OSDN Git Service

fix some dialog can't show after resize and close and open again
[tortoisegit/TortoiseGitJp.git] / ext / ResizableLib / ResizableLayout.h
index 3108d5b..c03691e 100644 (file)
@@ -164,6 +164,12 @@ private:
                const CRect &rectParent, CRect &rectChild, UINT& uFlags) const;\r
 \r
 protected:\r
+\r
+       BOOL IsInAnchorList(HWND hwnd)\r
+       {\r
+               POSITION pos;\r
+               return m_mapLayout.Lookup(hwnd, pos);\r
+       }\r
        //! @brief Override to initialize resize properties (clipping, refresh)\r
        virtual void InitResizeProperties(LAYOUTINFO& layout) const;\r
 \r