app/internal/windows: don't draw window background on Windows

Avoids flickering between GPU content and the CPU drawn background
color.

gofmt -w -s . now we're here.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-11-06 17:28:14 +01:00
parent 9c84b95f7d
commit 7256bdae38
2 changed files with 7 additions and 3 deletions
+3 -3
View File
@@ -24,11 +24,11 @@ type Theme struct {
Hint color.RGBA
InvText color.RGBA
}
TextSize unit.Value
TextSize unit.Value
checkBoxCheckedIcon *Icon
checkBoxUncheckedIcon *Icon
radioCheckedIcon *Icon
radioUncheckedIcon *Icon
radioCheckedIcon *Icon
radioUncheckedIcon *Icon
}
func NewTheme() *Theme {