[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 761fef8e97
commit 7dc9b61be5

View file

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