aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/confview.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/confview.go b/ui/confview.go
index cc54d2ab..d8984d00 100644
--- a/ui/confview.go
+++ b/ui/confview.go
@@ -507,6 +507,7 @@ func (cv *ConfView) setTunnel(tunnel *manager.Tunnel, config *conf.Config, state
hasSuspended := false
suspend := func() {
+ return //TODO: this line shouldn't be here! But walk's layout system is totally borked and suspending causes problems.
if !hasSuspended {
cv.SetSuspended(true)
hasSuspended = true
@@ -579,5 +580,4 @@ func (cv *ConfView) setTunnel(tunnel *manager.Tunnel, config *conf.Config, state
groupBox.Parent().Children().Remove(groupBox)
groupBox.Dispose()
}
- cv.SendMessage(win.WM_SIZING, 0, 0) //TODO: This here is a filthy hack that shouldn't be required!
}