Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-03-24 14:01:04 +0300
committerHannah von Reth <vonreth@kde.org>2020-03-25 13:38:45 +0300
commit4da684b95ca9b1f80b72d33d57bf52d9802ec3d7 (patch)
tree0a635df189f857fe1be08ce4669fdf5f7d327b3e /changelog
parent56a25ed6e5e465d26759cc0668c7b1057df952a2 (diff)
[Gui] Implement raiseDialog on Windows
Issue: #7774
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/77745
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog/unreleased/7774 b/changelog/unreleased/7774
new file mode 100644
index 000000000..e69e81b03
--- /dev/null
+++ b/changelog/unreleased/7774
@@ -0,0 +1,5 @@
+Bugfix: On Windows the share dialog somtimes does not open as the top most window
+
+We now ensure that the our dialogs are correctly raised.
+
+https://github.com/owncloud/client/issues/7774