|
|
|
|
@ -159,8 +159,6 @@ void LVT_StartUI_EnableRoundedCorners(HWND hWnd, DWORD dwReceipe, DWORD dwPos, H
@@ -159,8 +159,6 @@ void LVT_StartUI_EnableRoundedCorners(HWND hWnd, DWORD dwReceipe, DWORD dwPos, H
|
|
|
|
|
{ |
|
|
|
|
int location = LVT_LOC_NONE; |
|
|
|
|
|
|
|
|
|
if (dwReceipe) |
|
|
|
|
{ |
|
|
|
|
Windows_UI_Xaml_Thickness drc; |
|
|
|
|
drc.Left = 0.0; drc.Right = 0.0; drc.Top = 0.0; drc.Bottom = 0.0; |
|
|
|
|
Windows_UI_Xaml_IUIElement* pIUIElement = NULL; |
|
|
|
|
@ -217,7 +215,6 @@ void LVT_StartUI_EnableRoundedCorners(HWND hWnd, DWORD dwReceipe, DWORD dwPos, H
@@ -217,7 +215,6 @@ void LVT_StartUI_EnableRoundedCorners(HWND hWnd, DWORD dwReceipe, DWORD dwPos, H
|
|
|
|
|
{ |
|
|
|
|
pIUIElement->lpVtbl->Release(pIUIElement); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
Windows_UI_Xaml_IDependencyObject* pStartSizingFramePanel = LVT_FindChildByClassName(pStartSizingFrame, pVisualTreeHelperStatics, L"StartUI.StartSizingFramePanel", NULL); |
|
|
|
|
if (pStartSizingFramePanel) |
|
|
|
|
{ |
|
|
|
|
|