Mac-specific: Change window flags for scan popup window (issue #434)

This commit is contained in:
Abs62 2014-02-17 17:49:18 +04:00
parent 0195151399
commit 04524ba4e4

View file

@ -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