make Selection::set (TrackViewList*) more efficient and emit less PI::Change signals
[ardour.git] / scripts / preare_record_example.lua
index 92ee8847f34564c5f830b8f04a0105bfcb495084..48e063d3267d281f8038f635fffb02b9e4e2b9ee 100644 (file)
@@ -67,7 +67,7 @@ function icon (params) return function (ctx, width, height)
        local r = math.min (x, y) * .55
 
        ctx:arc (x, y, r, 0, 2 * math.pi)
-       ctx:set_source_rgba (9, .3, .3, 1.)
+       ctx:set_source_rgba (.9, .3, .3, 1.)
        ctx:fill_preserve ()
        ctx:set_source_rgba (0, 0, 0, .8)
        ctx:set_line_width (1)