The R Project SVN R

Rev

Rev 45070 | Rev 46784 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 45070 Rev 46774
Line 643... Line 643...
643
    setdata(t, p);
643
    setdata(t, p);
644
 
644
 
645
    gsetcursor(c, ArrowCursor);
645
    gsetcursor(c, ArrowCursor);
646
    setforeground(c, consolefg);
646
    setforeground(c, consolefg);
647
    setbackground(c, consolebg);
647
    setbackground(c, consolebg);
-
 
648
    setrichtextbackground(t, consolebg);
-
 
649
    
648
#ifdef USE_MDI
650
#ifdef USE_MDI
649
    if (ismdi() && (RguiMDI & RW_TOOLBAR)) {
651
    if (ismdi() && (RguiMDI & RW_TOOLBAR)) {
650
	int btsize = 24;
652
	int btsize = 24;
651
	rect r = rect(2, 2, btsize, btsize);
653
	rect r = rect(2, 2, btsize, btsize);
652
	control tb, bt;
654
	control tb, bt;