summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/dockwin.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-05-08 22:13:08 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-05-08 22:40:29 +0100
commit8372b3c3d1c3e8a787e174cc31dca55627b74b15 (patch)
tree3e6265cd096c98490b52e4b9d733388ca7a232ab /vcl/source/window/dockwin.cxx
parentTake SolarMutex when pushing app events that need a VclPtr. (diff)
downloadcore-8372b3c3d1c3e8a787e174cc31dca55627b74b15.tar.gz
core-8372b3c3d1c3e8a787e174cc31dca55627b74b15.zip
PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.
This should eventually enable more certainty that they are still live by the time we emit the event later. Change-Id: I7c9eb4c000753d4efe8c59a9e13ef3e11c93b2fa
Diffstat (limited to 'vcl/source/window/dockwin.cxx')
-rw-r--r--vcl/source/window/dockwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/dockwin.cxx b/vcl/source/window/dockwin.cxx
index d5545623f0b6..d7e8b4b7d04a 100644
--- a/vcl/source/window/dockwin.cxx
+++ b/vcl/source/window/dockwin.cxx
@@ -209,7 +209,7 @@ void ImplDockFloatWin::Move()
* last Move message.
*/
if( ! mnLastUserEvent )
- mnLastUserEvent = Application::PostUserEvent( LINK( this, ImplDockFloatWin, DockingHdl ) );
+ mnLastUserEvent = Application::PostUserEvent( LINK( this, ImplDockFloatWin, DockingHdl ), NULL, true );
}
void ImplDockFloatWin::Resize()