File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
delphi-ide-theme-editor/IDE PlugIn Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1313,9 +1313,8 @@ procedure TColorizerFormStyleHook.WMSetText(var Message: TMessage);
13131313 FRedraw := True;
13141314 if not (fsShowing in Form.FormState) and IsWindowVisible(Form.Handle) then
13151315 begin
1316- // AddLog('TColorizerFormStyleHook.WMSetText', 'Before');
1317- // Application.ProcessMessages;
1318- // AddLog('TColorizerFormStyleHook.WMSetText', 'After');
1316+ if not SameText(Form.ClassName, ' TEditWindow' ) then
1317+ Application.ProcessMessages;
13191318 FRedraw := False;
13201319 SetRedraw(False);
13211320 end ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RequestExecutionLevel admin
2121!endif
2222
2323!ifndef VER_MINOR
24- !define VER_MINOR " 4.65 .0"
24+ !define VER_MINOR " 4.71 .0"
2525!endif
2626
2727!ifndef IDE_VERSION_DXE
Original file line number Diff line number Diff line change 111 VERSIONINFO
2- FILEVERSION 0,4,6,5
2+ FILEVERSION 0,4,7,1
33 PRODUCTVERSION 1
44 FILEOS VOS__WINDOWS32
55 FILETYPE VFT_DLL
You can’t perform that action at this time.
0 commit comments