diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-08-30 13:05:21 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-09-05 15:42:38 (GMT) |
commit | 5e235d01612b2544fe02cc34816cd6e925ed564f (patch) | |
tree | 70195b0a48d73be935bde6634831d88db378a80c | |
parent | 7e71d5cce85b71401adbbf6b2e65bb94f90278f9 (diff) | |
download | swift-5e235d01612b2544fe02cc34816cd6e925ed564f.zip swift-5e235d01612b2544fe02cc34816cd6e925ed564f.tar.bz2 |
Activate about dialog too.
-rw-r--r-- | Swift/QtUI/QtLoginWindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/QtLoginWindow.cpp b/Swift/QtUI/QtLoginWindow.cpp index fb31e3c..62e0484 100644 --- a/Swift/QtUI/QtLoginWindow.cpp +++ b/Swift/QtUI/QtLoginWindow.cpp @@ -141,7 +141,9 @@ void QtLoginWindow::handleAbout() { aboutDialog_->show(); } else { + aboutDialog_->show(); aboutDialog_->raise(); + aboutDialog_->activateWindow(); } } |