Workaround for KDE glitch

Passing the epoch time as part of generating an event in KDE appears to cause windows to become unmoveable.  Not sending the epoch time fixes this and does not appear to have any side effects
This commit is contained in:
Duncan Ferguson 2015-11-09 23:08:51 +00:00
parent 0358721c67
commit 3f79f1ff54
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,7 @@
4.04_01 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Ensure documentation is generated using same perl as the build (Github issue #45)
- New config file settings to allow terminals to run from different directories (Github issue #42)
- Workaround for glitch in KDE where windows can become unmoveable (Github issue #46) (thanks to Brandon Perkins)
4.04 2015-11-03 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Include bash completion script in distribution (Github issue #29)