From 6f2e1bb705072a74d9cd98425746b4ea18017348 Mon Sep 17 00:00:00 2001
From: B13nch3n <stefan.bienert@me.com>
Date: Thu, 9 Jul 2020 10:37:16 +0200
Subject: [PATCH] A hint for macOS issues.

---
 modules/doc/install.rst | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/modules/doc/install.rst b/modules/doc/install.rst
index 115505762..7ebda775f 100644
--- a/modules/doc/install.rst
+++ b/modules/doc/install.rst
@@ -324,9 +324,18 @@ version of OpenStructure.
 
 Be careful at -DPYTHON_LIBRARIES, Debian 10 comes with Python 3.7 so that needs
 to be substituted.
-          
+
+
 **macOS (Catalina) with Homebrew**
 
+.. note::
+
+  When switching the Qt version used to compile OST with support for the
+  graphical user interface, dng may start behaving weird. Symptoms are that the
+  user interface starts being unresponsive to mouse clicks. An easy solution
+  may be to close dng and remove
+  $HOME/Library/Preferences/org.openstructure.dng.plist and start dng again.
+
 `Homebrew <https://brew.sh/>`_ can be used to conveniently install all
 dependencies. The current Python version, as of writing these instructions, is
 3.8.3 but works so far. Boost comes as 1.72.0 which seems to be OK. Do not
-- 
GitLab