Changeset 207 for trunk/Forms/UFormClient.pas
- Timestamp:
- May 22, 2018, 9:43:29 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormClient.pas
r206 r207 8 8 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls, 9 9 UGame, LCLType, Menus, ActnList, ComCtrls, dateutils, XMLConf, DOM, UCommPin, 10 UGeometry, UGameClient, UGameProtocol ;10 UGeometry, UGameClient, UGameProtocol, UThreading; 11 11 12 12 const … … 231 231 FClient.OnTurnStart := DoTurnStart; 232 232 FClient.OnDestroy := DoClientDestroy; 233 FClient.View.DestRect := TRect.CreateBounds(TPoint.Create(0, 0), TPoint.Create(PaintBox1.Width, PaintBox1.Height)); 233 234 end; 234 235 Redraw; … … 243 244 begin 244 245 TurnActive := True; 245 UpdateInterface;246 Synchronize(UpdateInterface); 246 247 end; 247 248
Note:
See TracChangeset
for help on using the changeset viewer.