summaryrefslogtreecommitdiff
path: root/Source/ModelViewer/Main.cs
diff options
context:
space:
mode:
authorGravatar stobies <unknown>2011-12-08 14:46:39 +0100
committerGravatar stobies <unknown>2011-12-08 14:46:39 +0100
commit5caf985ba77219ac6a5e93697d047c0a0d75a1e7 (patch)
tree8e5200010f042ed9a9d760d20d62791dc623fda9 /Source/ModelViewer/Main.cs
parentf520377755e2e3d452dc93b26483dfdf8db716bc (diff)
Bring SourceView to front when double-clicking source line
Diffstat (limited to 'Source/ModelViewer/Main.cs')
-rw-r--r--Source/ModelViewer/Main.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/ModelViewer/Main.cs b/Source/ModelViewer/Main.cs
index e4dd3e46..2e612aa1 100644
--- a/Source/ModelViewer/Main.cs
+++ b/Source/ModelViewer/Main.cs
@@ -658,6 +658,7 @@ namespace Microsoft.Boogie.ModelViewer
}
sourceView.largeFont = largeFontToolStripMenuItem.Checked;
sourceView.SetSourceLocation(r);
+ sourceView.BringToFront();
}
}
}