diff options
Diffstat (limited to 'alf/alfnotebook.cpp')
| -rw-r--r-- | alf/alfnotebook.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/alf/alfnotebook.cpp b/alf/alfnotebook.cpp index e264b6e..ca93d90 100644 --- a/alf/alfnotebook.cpp +++ b/alf/alfnotebook.cpp @@ -1161,13 +1161,6 @@ ALF_Notebook_ContainerWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lPa EndDeferWindowPos(hdwp); - if (priv->selectedPage && priv->hTheme - && priv->tabPaneBgColor == ALF_COLOR_TRANSPARENT - && ((oldPanelRect.bottom - oldPanelRect.top) != (rcPanel.bottom - rcPanel.top))) { - // only needed when height changes, since bg is tiled horizontally - ALF_InvalidateBackground(priv->selectedPage->hwndPanel); - } - if (priv->hTheme) { // themed background does contain gradients on XP // FIXME! do we always need to invalidate everyting? |
