pgAdmin 4 commit: QWebView does not render checkbox, and radio button p

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: QWebView does not render checkbox, and radio button p
Date: 2016-06-02 09:46:27
Message-ID: E1b8PCt-0002Ml-Bl@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

QWebView does not render checkbox, and radio button propoerly on
MacOSX.

In order to fix it, we need to set 'style' to 'funsion' on MacOSX.

Reference:
https://bugreports.qt.io/browse/QTBUG-43366

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b64868079ab35a314744bd44f525e21157059eae
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
runtime/BrowserWindow.cpp | 4 ++++
1 file changed, 4 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-06-02 09:47:14 Re: [pgAdmin4][runtime]: Checkbox and radiobutton rendering issue on Mac OS
Previous Message Ashesh Vashi 2016-06-02 09:40:53 Re: PATCH: Fix the issue in JSON decoding (pgAdmin4)