diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-07 18:45:24 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-07 18:45:24 +0000 |
| commit | f85fc6216a6ddbea5be946ce27116ce05030348a (patch) | |
| tree | 7219818ca432d6ebc3b72288d0017479329a8923 /src | |
| parent | 32396a6380a48f2bdda8808d3cbc2cfa2b0b6bb5 (diff) | |
| download | qmmp-f85fc6216a6ddbea5be946ce27116ce05030348a.tar.gz qmmp-f85fc6216a6ddbea5be946ce27116ce05030348a.tar.bz2 qmmp-f85fc6216a6ddbea5be946ce27116ce05030348a.zip | |
fixed popup widget flags
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1606 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/popupwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/popupwidget.cpp b/src/ui/popupwidget.cpp index f63d4a5a1..8531b9148 100644 --- a/src/ui/popupwidget.cpp +++ b/src/ui/popupwidget.cpp @@ -36,7 +36,7 @@ using namespace PlayListPopup; PopupWidget::PopupWidget(QWidget *parent) : QWidget(parent) { - setWindowFlags(Qt::X11BypassWindowManagerHint | Qt::Dialog); + setWindowFlags(Qt::X11BypassWindowManagerHint | Qt::Dialog | Qt::FramelessWindowHint); //setFrameStyle(QFrame::Box | QFrame::Plain); setAttribute(Qt::WA_QuitOnClose, FALSE); m_item = 0; |
