X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=sdk;a=blobdiff_plain;f=ide%2Fsrc%2Fpanels%2FBreakpointsView.ec;h=6ac7bc526022808b563fd4d3bc88eab1f6f70181;hp=26af4746334753acefc4931e87f7596d7aac319f;hb=84e623c3cb902d941ac9967bcf91767bae8f128b;hpb=69297d7aa26ee44acac48dd9675c4bc3e1a4b745 diff --git a/ide/src/panels/BreakpointsView.ec b/ide/src/panels/BreakpointsView.ec index 26af474..6ac7bc5 100644 --- a/ide/src/panels/BreakpointsView.ec +++ b/ide/src/panels/BreakpointsView.ec @@ -19,10 +19,12 @@ class BreakpointsView : Window { parent = this, resizable = true, hasHeader = true, alwaysEdit = true, collapseControl = true, size = { 206, 624 }; anchor = Anchor { left = 0, top = 0, right = 0, bottom = 0 }; //visible = true - - 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) {