aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/confview.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/confview.go b/ui/confview.go
index 11855987..138d4aa7 100644
--- a/ui/confview.go
+++ b/ui/confview.go
@@ -7,14 +7,15 @@ package ui
import (
"fmt"
- "github.com/lxn/walk"
- "github.com/lxn/win"
- "golang.org/x/sys/windows"
- "golang.zx2c4.com/wireguard/windows/conf"
"reflect"
"strconv"
"strings"
"unsafe"
+
+ "github.com/lxn/walk"
+ "github.com/lxn/win"
+ "golang.org/x/sys/windows"
+ "golang.zx2c4.com/wireguard/windows/conf"
)
type labelTextLine struct {
@@ -267,7 +268,6 @@ func (cv *ConfView) setConfiguration(c *conf.Config) {
defer func() {
if hasSuspended {
cv.SetSuspended(false)
- cv.SendMessage(win.WM_SIZING, 0, 0) //TODO: FILTHY HACK! And doesn't work when items disappear.
}
}()
title := "Interface: " + c.Name