fix client window refresh (useless)
This commit is contained in:
parent
3d0cc9665a
commit
b317139c97
1 changed files with 1 additions and 1 deletions
|
@ -2097,7 +2097,7 @@ public class Client implements IThreadListener {
|
|||
pos(event.param1, event.param2);
|
||||
break;
|
||||
case REDRAW:
|
||||
redraw();
|
||||
// redraw(); disable as it is pretty useless
|
||||
break;
|
||||
case RESIZE:
|
||||
fbsize(event.param1, event.param2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue