X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=sdk;a=blobdiff_plain;f=ide%2Fsrc%2Fpanels%2FWatchesView.ec;h=f421c2a7db6907fe0edd1dca93ea510a713f4084;hp=f03fa6d1b36d816b4ffef3811225d26374ec7300;hb=84e623c3cb902d941ac9967bcf91767bae8f128b;hpb=69297d7aa26ee44acac48dd9675c4bc3e1a4b745 diff --git a/ide/src/panels/WatchesView.ec b/ide/src/panels/WatchesView.ec index f03fa6d..f421c2a 100644 --- a/ide/src/panels/WatchesView.ec +++ b/ide/src/panels/WatchesView.ec @@ -16,9 +16,12 @@ class WatchesView : Window { parent = this, hasHeader = true, hasVertScroll = true, alwaysEdit = true, collapseControl = true, resizable = true; anchor = Anchor { left = 0, right = 0, top = 0, bottom = 0 }; - background = viewsBackground; - foreground = viewsText; - selectionColor = selectionColor, selectionText = selectionText; + /* + background = colorScheme.viewsBackground; + foreground = colorScheme.viewsText; + selectionColor = colorScheme.selectionColor; + selectionText = colorScheme.selectionText; + */ bool NotifyChanged(ListBox listBox, DataRow row) {