Browse Source

Fl_Panzoomer: Always draw box.

tags/v1.3.1000
Jonathan Moore Liles 12 years ago
parent
commit
3fc730fc4c
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/Fl_Panzoomer.cxx

+ 1
- 2
src/Fl_Panzoomer.cxx View File

@@ -94,8 +94,7 @@ Fl_Panzoomer::draw ( void )
void
Fl_Panzoomer::draw ( int X, int Y, int W, int H )
{
if ( ! (damage() & FL_DAMAGE_USER1 ))
fl_draw_box( box(), X,Y,W,H,color());
fl_draw_box( box(), X,Y,W,H,color());

X += Fl::box_dx( box() );
Y += Fl::box_dy( box() );


Loading…
Cancel
Save