Debugger: Remove 'always on top' for memory views

Task-number: QTCREATORBUG-12369
Change-Id: I5c2cbd7af8e7bdf1cb5aa0454727d5ba23627bc2
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
hjk
2014-06-27 16:27:24 +02:00
parent 30cc56ecaa
commit 095111b2af

View File

@@ -53,7 +53,7 @@ namespace Internal {
*/ */
MemoryView::MemoryView(QWidget *binEditor, QWidget *parent) : MemoryView::MemoryView(QWidget *binEditor, QWidget *parent) :
QWidget(parent, Qt::Tool|Qt::WindowStaysOnTopHint), m_binEditor(binEditor) QWidget(parent, Qt::Tool), m_binEditor(binEditor)
{ {
setAttribute(Qt::WA_DeleteOnClose); setAttribute(Qt::WA_DeleteOnClose);
QVBoxLayout *layout = new QVBoxLayout(this); QVBoxLayout *layout = new QVBoxLayout(this);