FLTK logo

[Library] r8677 - trunk/src

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[Library] r8677 - trunk/src fltk-dev May 16, 2011  
 
Author: bgbnbigben
Date: 2011-05-16 18:41:48 -0700 (Mon, 16 May 2011)
New Revision: 8677
Log:
Fixed a dumb removal of mine that would cause scrollbar backgrounds *not* to be redrawn with the default FLTK theme


Modified:
   trunk/src/Scrollbar.cxx

Modified: trunk/src/Scrollbar.cxx
===================================================================
--- trunk/src/Scrollbar.cxx	2011-05-16 21:39:16 UTC (rev 8676)
+++ trunk/src/Scrollbar.cxx	2011-05-17 01:41:48 UTC (rev 8677)
@@ -284,7 +284,7 @@
     ir.move_x(r.h()); ir.move_r(-r.h());
   }
   setcolor(color());
-  //fillrect(ir);
+  fillrect(ir);
   Slider::draw(ir, f5, false);
 }
 

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.