Draw gradient background for preview

This commit is contained in:
Milan Nikolic
2026-06-26 09:16:31 +02:00
parent f1c57c32dd
commit 8155626dbb
2 changed files with 101 additions and 18 deletions
+1
View File
@@ -103,6 +103,7 @@ func main() {
t := iup.GetHandle("Table")
tableRowColors(t, darkMode == 1)
t.SetAttribute("REDRAW", "YES")
iup.Update(iup.GetHandle("Preview"))
return iup.DEFAULT
}))