[log] refocus when opening log that is already displayed

This commit is contained in:
Hylke Bons 2011-02-07 14:58:45 +00:00
parent 0d765a4e72
commit 376da4dbf4

View file

@ -293,7 +293,7 @@ namespace SparkleShare {
} else { } else {
InvokeOnMainThread (delegate { InvokeOnMainThread (delegate {
log.OrderFront (this); log.OrderFrontRegardless ();
}); });
} }