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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: QWebView does not render checkbox, and radio button p
Дата
Msg-id E1b8PCt-0002Ml-Bl@gothos.postgresql.org
обсуждение исходный текст
Список 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.patel@enterprisedb.com>

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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH: Fix the issue in JSON decoding (pgAdmin4)
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: [pgAdmin4][runtime]: Checkbox and radiobutton rendering issue on Mac OS