diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-07-24 09:18:17 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-07-24 12:29:10 +0200 |
commit | 5ea686c41b16c0a44c787d9361ee680e16f7ac2f (patch) | |
tree | 80c4870cfa3d6a1038e2a4d71c85248c26aa453f /fpicker | |
parent | 3eee31157a320181c9d5c70681e62a085212c22e (diff) |
working busy pointer
Change-Id: I8c5e9e155a1854a670961fa67aa2aa6944604177
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/RemoteFilesDialog.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx index 7106366fb61d..ab11f2f85119 100644 --- a/fpicker/source/office/RemoteFilesDialog.cxx +++ b/fpicker/source/office/RemoteFilesDialog.cxx @@ -470,6 +470,7 @@ FileViewResult RemoteFilesDialog::OpenURL( OUString const & sURL ) EnableChildPointerOverwrite( true ); SetPointer( PointerStyle::Wait ); + Invalidate(InvalidateFlags::Update); if( !sURL.isEmpty() ) { |