Fix a comparison.

svn path=/trunk/; revision=52989
This commit is contained in:
Gerald Combs 2013-10-30 23:14:11 +00:00
parent 9075922f42
commit 8f21bfe46f
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ void MainWindow::loadWindowGeometry()
// Let Qt move and resize our window if needed (e.g. if it's offscreen)
QByteArray geom = shadow_main.saveGeometry();
if (strlen (get_conn_cfilter()) > 0) {
if (strlen (get_conn_cfilter()) < 1) {
QPropertyAnimation *pos_anim = new QPropertyAnimation(this, "pos");
QPropertyAnimation *size_anim = new QPropertyAnimation(this, "size");