Changeset 374 for trunk/Direct.pas
- Timestamp:
- Apr 23, 2021, 1:48:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Direct.pas
r367 r374 58 58 // p: pointer; 59 59 s: string; 60 begin60 Begin 61 61 case ID of 62 62 ntInitLocalHuman: begin … … 65 65 Info := Phrases.Lookup('BUSY_MODLH'); 66 66 Show; 67 {$IFDEF LINUX} 68 // Force shown window repaint on Gtk2 widgetset 69 Sleep(1); 70 Application.ProcessMessages; 71 {$ENDIF} 67 Gtk2Fix; 72 68 Invalidate; 73 69 Update; … … 198 194 199 195 procedure TDirectDlg.FormShow(Sender: TObject); 196 var 197 I: Integer; 200 198 begin 201 199 if not Gone then
Note:
See TracChangeset
for help on using the changeset viewer.