diff --git a/Source/IDE/EditorView/DPM.IDE.EditorViewFrame.pas b/Source/IDE/EditorView/DPM.IDE.EditorViewFrame.pas index 08a975d..2ba1b0d 100644 --- a/Source/IDE/EditorView/DPM.IDE.EditorViewFrame.pas +++ b/Source/IDE/EditorView/DPM.IDE.EditorViewFrame.pas @@ -227,7 +227,7 @@ implementation System.Diagnostics, WinApi.ActiveX, Winapi.CommCtrl, - {$IF CompilerVersion > 33.0 } + {$IF CompilerVersion > 34.0 } BrandingAPI, {$IFEND} DPM.Core.Constants, @@ -488,7 +488,7 @@ constructor TDPMEditViewFrame.Create(AOwner: TComponent); ideThemeSvc := (BorlandIDEServices as IOTAIDEThemingServices); ideThemeSvc.ApplyTheme(Self); - {$IF CompilerVersion > 33.0 } + {$IF CompilerVersion > 34.0 } if TIDEThemeMetrics.Font.Enabled then begin Font.Assign( TIDEThemeMetrics.Font.GetFont ); diff --git a/Source/IDE/EditorView/DPM.IDE.PackageDetailsFrame.pas b/Source/IDE/EditorView/DPM.IDE.PackageDetailsFrame.pas index 889b505..1486067 100644 --- a/Source/IDE/EditorView/DPM.IDE.PackageDetailsFrame.pas +++ b/Source/IDE/EditorView/DPM.IDE.PackageDetailsFrame.pas @@ -188,7 +188,7 @@ implementation WinApi.ShellApi, WinApi.ActiveX, WinApi.CommCtrl, - {$IF CompilerVersion > 33.0 } + {$IF CompilerVersion > 34.0 } BrandingAPI, {$IFEND} DPM.IDE.Constants, @@ -505,7 +505,7 @@ constructor TPackageDetailsFrame.Create(AOwner : TComponent); {$IFDEF STYLEELEMENTS} StyleElements := [seFont]; {$ENDIF} - {$IF CompilerVersion > 33.0 } + {$IF CompilerVersion > 34.0 } if TIDEThemeMetrics.Font.Enabled then begin Font.Assign( TIDEThemeMetrics.Font.GetFont ); diff --git a/Source/IDE/EditorView/DPM.IDE.PackageDetailsPanel.pas b/Source/IDE/EditorView/DPM.IDE.PackageDetailsPanel.pas index 0b2801a..9cc54c8 100644 --- a/Source/IDE/EditorView/DPM.IDE.PackageDetailsPanel.pas +++ b/Source/IDE/EditorView/DPM.IDE.PackageDetailsPanel.pas @@ -111,7 +111,7 @@ implementation System.UITypes, Vcl.Themes, Vcl.Forms, - {$IF CompilerVersion > 33.0 } + {$IF CompilerVersion > 34.0 } BrandingAPI, {$IFEND} Spring.Collections, @@ -150,7 +150,7 @@ constructor TPackageDetailsPanel.Create(AOwner : TComponent); {$IFDEF STYLEELEMENTS} StyleElements := [seFont,seClient]; {$ENDIF} - {$IF CompilerVersion > 33.0 } + {$IF CompilerVersion > 34.0 } if TIDEThemeMetrics.Font.Enabled then begin Font.Assign( TIDEThemeMetrics.Font.GetFont );