Evan Deaubl

Results 3 comments of Evan Deaubl

I can also confirm that doing something like this works as a workaround: ``` if (drawer.centerWindow != targetWin) drawer.setCenterWindow(targetWin); ``` The form without the if fails, creating a black screen...

Thanks much, wanted to get it on the backlog at any rate. I'll float the PR idea, and really find out just how high priority this feature is. 😃

For anybody who needs a workaround for this before proper report cleanup is implemented, you should be able to implement a CronJob that deletes any reports older than the report...