Fix two crashes in OS X 10.6.

Disable rtl control chars (harfbuzz-ng crashes on them).
Disable creating state of not yet created top level windows.
This commit is contained in:
John Preston
2017-12-01 20:55:16 +04:00
parent 8391d43057
commit d6f7cae024
5 changed files with 20 additions and 4 deletions
+1
View File
@@ -248,6 +248,7 @@ DeclareSetting(int32, IntRetinaFactor);
DeclareReadSetting(DBIPlatform, Platform);
DeclareReadSetting(QString, PlatformString);
DeclareReadSetting(bool, IsElCapitan);
DeclareReadSetting(bool, IsSnowLeopard);
DeclareReadSetting(QUrl, UpdateURL);
DeclareSetting(int, OtherOnline);