Changeset 206 for GraphicTest/UMainForm.pas
- Timestamp:
- Mar 18, 2011, 9:34:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/UMainForm.pas
r202 r206 98 98 if ComboBox1.ItemIndex >= 0 then 99 99 with TDrawMethod(DrawMethods[ComboBox1.ItemIndex]) do begin 100 PageControl1.TabIndex := Integer(PaintObject); 101 Application.ProcessMessages; 100 102 repeat 101 103 DrawFrameTiming(TFastBitmap(Scenes[SceneIndex])); … … 118 120 for I := 0 to DrawMethods.Count - 1 do 119 121 with TDrawMethod(DrawMethods[I]) do begin 122 PageControl1.TabIndex := Integer(PaintObject); 123 Application.ProcessMessages; 120 124 DrawFrameTiming(TFastBitmap(Scenes[0])); 125 Application.ProcessMessages; 121 126 DrawFrameTiming(TFastBitmap(Scenes[0])); 122 127 NewItem := Add;
Note:
See TracChangeset
for help on using the changeset viewer.