Sat Oct 9 15:07:18 PDT 1999

(Raster)

re-install default cmap whne mensu pop up


SVN revision: 736
This commit is contained in:
Carsten Haitzler 1999-10-09 18:15:41 +00:00
parent 4afbd5b180
commit 8be91dbdc5
3 changed files with 10 additions and 0 deletions

View File

@ -3325,3 +3325,10 @@ Sat Oct 9 12:54:21 PDT 1999
(Mandrake)
minor dock patch
-------------------------------------------------------------------------------
Sat Oct 9 15:07:18 PDT 1999
(Raster)
re-install default cmap whne mensu pop up

View File

@ -421,6 +421,8 @@ ICCCM_Cmap(EWin * ewin)
}
EDBUG_RETURN_;
}
if (mode.cur_menu_mode)
EDBUG_RETURN_;
ICCCM_GetColormap(ewin);
if ((ewin->client.cmap) && (mode.current_cmap != ewin->client.cmap))
{

View File

@ -395,6 +395,7 @@ ShowMenu(Menu * m, char noshow)
RestackEwin(ewin);
if (mode.menuslide)
InstantShadeEwin(ewin);
ICCCM_Cmap(NULL);
if (!noshow)
{
ShowEwin(ewin);