eiconman will not accept any shortcut (meaning Esc will not close it)

This commit is contained in:
Sanel Zukan 2007-06-19 10:10:42 +00:00
parent c2adf77325
commit 84339d9232

View File

@ -568,6 +568,7 @@ int Desktop::handle(int event) {
switch(event) {
case FL_FOCUS:
case FL_UNFOCUS:
case FL_SHORTCUT:
return 1;
case FL_PUSH: {