IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14498


Ignore:
Timestamp:
Aug 15, 2007, 9:09:06 AM (19 years ago)
Author:
eugene
Message:

fix bug which erases filename and size in image toolbox

Location:
trunk/Ohana/src/kapa2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/include/structures.h

    r13479 r14498  
    144144  // location of the status box
    145145  int      text_x, text_y;
    146   int      text_dx, text_dy;
     146  int      text_dx, text_dy, text_dyo;
    147147  int      location;          // position of the zoom/status widgets (0 = none, 1-4 = bottom,left,top,right)
    148148  int      MovePointer;
  • trunk/Ohana/src/kapa2/src/UpdateStatusBox.c

    r13479 r14498  
    3737  } else {
    3838    XSetForeground (graphic[0].display, graphic[0].gc, graphic[0].back);
     39    // XSetForeground (graphic[0].display, graphic[0].gc, graphic[0].overlay_color[1]);
    3940    XFillRectangle (graphic[0].display, graphic[0].window, graphic[0].gc,
    40                     image[0].text_x+1, image[0].text_y+1, image[0].text_dx-2, image[0].text_dy-2); 
     41                    image[0].text_x+1, image[0].text_y+1, image[0].text_dx-1, image[0].text_dyo-2); 
    4142    XSetForeground (graphic[0].display, graphic[0].gc, graphic[0].fore);
    4243  }
Note: See TracChangeset for help on using the changeset viewer.