diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-09-28 15:30:48 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-09-28 15:34:18 +0200 |
commit | 4a15820fec68afdbe33de78e33dc1ed62b0e36f3 (patch) | |
tree | 5461b2838d56ae1758f39a1853918c4ca2984d0b | |
parent | d239ac8e4b6f01d350c89f067659e0d86f9a8f0e (diff) |
tdf#112288 set timestamp for otherEventWithType
In otherEventWithType we have to set the timestamp manually to the
current uptime, and can't default to 0.
Change-Id: I3e96dff38ea81b0e6744fa175fc3a169e160b982
-rw-r--r-- | vcl/osx/saltimer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/saltimer.cxx b/vcl/osx/saltimer.cxx index e442fcf05335..3667fd5dd3f5 100644 --- a/vcl/osx/saltimer.cxx +++ b/vcl/osx/saltimer.cxx @@ -40,7 +40,7 @@ SAL_WNODEPRECATED_DECLARATIONS_PUSH SAL_WNODEPRECATED_DECLARATIONS_POP location: NSZeroPoint modifierFlags: 0 - timestamp: 0 + timestamp: [[NSProcessInfo processInfo] systemUptime] windowNumber: 0 context: nil subtype: nEventId |