Ignore:
Timestamp:
Nov 3, 2014, 8:04:02 PM (10 years ago)
Author:
chronos
Message:
  • Modified: Determine cell text size at once instead width and height separately.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r76 r78  
    162162begin
    163163  if RedrawPending then begin
    164     RedrawPending := False;
     164    if not Core.DevelMode then RedrawPending := False;
    165165    TimerPeriod := (9 * TimerPeriod + (Now - LastTimerTime)) / 10;
    166166    LastTimerTime := Now;
Note: See TracChangeset for help on using the changeset viewer.