Commit 07568922 authored by Christoffer Ackelman's avatar Christoffer Ackelman

QT: Made the CowListWidget pop to the top of the widget stack when created.

parent 97c08a56
...@@ -266,6 +266,8 @@ CoWowListWidgetQt::CoWowListWidgetQt(QWidget* parent, const char* title, ...@@ -266,6 +266,8 @@ CoWowListWidgetQt::CoWowListWidgetQt(QWidget* parent, const char* title,
list->resizeColumnToContents(0); list->resizeColumnToContents(0);
show(); show();
pop(this);
list->setFocus(); list->setFocus();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment