A sticky border should be visible

SVN revision: 16840
This commit is contained in:
sebastid 2005-09-22 07:36:47 +00:00 committed by sebastid
parent 0dc60ba522
commit f4bb8b5311
1 changed files with 1 additions and 0 deletions

View File

@ -1773,6 +1773,7 @@ e_border_stick(E_Border *bd)
// printf("STICK!\n");
bd->sticky = 1;
e_hints_window_sticky_set(bd, 1);
e_border_show(bd);
ev = E_NEW(E_Event_Border_Stick, 1);
ev->border = bd;