Changeset 626


Ignore:
Timestamp:
02/02/10 18:00:31 (2 years ago)
Author:
octorian
Message:

Painting fix for carets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LogicMail/src/org/logicprobe/LogicMail/ui/ConfigScreen.java

    r625 r626  
    275275        } 
    276276         
     277        protected int moveFocus(int amount, int status, int time) { 
     278            invalidate(); 
     279            return super.moveFocus(amount, status, time); 
     280        } 
     281         
    277282        public void drawListRow(ListField listField, Graphics graphics, int index, int y, int width) { 
    278             int yPos = (getRowHeight() / 2) - 8; 
     283            int yPos = y + (getRowHeight() / 2) - 8; 
    279284            if(isFocus && index == getSelectedIndex()) { 
    280285                graphics.drawBitmap(width - 15, yPos, 10, 16, chevronIconHighlighted, 0, 0); 
Note: See TracChangeset for help on using the changeset viewer.