You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DIC - Improved support for VCL Styles on docked forms
DIC - Fixed text color on device platform selector XE7 DIC - Fixed text color on Multiview combobox XE7 DIC - Code refactoring on UxThemes Hooks DIC - Added style support for TEvalDialog form DITE - Fixed bug on Help Insight
@@ -701,6 +719,12 @@ function Detour_TDockCaptionDrawer_DrawDockCaption(Self : TDockCaptionDrawerClas
701
719
ShouldDrawClose: Boolean;
702
720
CloseRect, PinRect: TRect;
703
721
LPngImage : TPngImage;
722
+
{$IFDEF DELPHIXE2_UP}
723
+
LDetails : TThemedElementDetails;
724
+
LStyleServices : TCustomStyleServices;
725
+
SavedIndex : Integer;
726
+
{$ENDIF}
727
+
704
728
begin
705
729
706
730
if (Assigned(TColorizerLocalSettings.Settings) andnot TColorizerLocalSettings.Settings.Enabled) or (not TColorizerLocalSettings.Settings.DockCustom) or (not Assigned(TColorizerLocalSettings.ColorMap)) then
@@ -720,7 +744,8 @@ function Detour_TDockCaptionDrawer_DrawDockCaption(Self : TDockCaptionDrawerClas
0 commit comments