mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 23:34:06 +00:00
Mac-specific: Change window flags for scan popup window (issue #434)
This commit is contained in:
parent
0195151399
commit
04524ba4e4
|
@ -27,7 +27,7 @@ using std::wstring;
|
|||
/// in their behavior on those platforms.
|
||||
static Qt::WindowFlags popupWindowFlags =
|
||||
|
||||
#ifdef Q_WS_WIN
|
||||
#if defined (Q_OS_WIN) || defined (Q_OS_MACX)
|
||||
Qt::Tool | Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint
|
||||
#else
|
||||
Qt::Popup
|
||||
|
|
Loading…
Reference in a new issue