From 11fb84d832dd114ba04a156976cf1ee3a027cdc1 Mon Sep 17 00:00:00 2001 From: Vladislav Grishenko Date: Fri, 23 Nov 2012 10:56:34 +0000 Subject: History++: Re-fixed events filter button after inaccurate XE2 porting. Wasn't an extremely complex rocket science :) git-svn-id: http://svn.miranda-ng.org/main/trunk@2441 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryPlusPlus/GlobalSearch.dfm | 4 +++- plugins/HistoryPlusPlus/GlobalSearch.pas | 2 +- plugins/HistoryPlusPlus/HistoryForm.dfm | 4 +++- plugins/HistoryPlusPlus/HistoryForm.pas | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/HistoryPlusPlus/GlobalSearch.dfm b/plugins/HistoryPlusPlus/GlobalSearch.dfm index 8ba4c9419d..c4309e0b0e 100644 --- a/plugins/HistoryPlusPlus/GlobalSearch.dfm +++ b/plugins/HistoryPlusPlus/GlobalSearch.dfm @@ -492,7 +492,9 @@ object fmGlobalSearch: TfmGlobalSearch BorderWidth = 2 EdgeBorders = [] Flat = True + DoubleBuffered = True Images = ilToolbar + ParentDoubleBuffered = False TabOrder = 0 Transparent = True object tbAdvanced: THppToolButton @@ -575,7 +577,7 @@ object fmGlobalSearch: TfmGlobalSearch Style = tbsSeparator Visible = False end - object tbEventsFilter: TSpeedButton + object tbEventsFilter: THppSpeedButton Left = 185 Top = 0 Width = 110 diff --git a/plugins/HistoryPlusPlus/GlobalSearch.pas b/plugins/HistoryPlusPlus/GlobalSearch.pas index b0018f2d0d..da86686671 100644 --- a/plugins/HistoryPlusPlus/GlobalSearch.pas +++ b/plugins/HistoryPlusPlus/GlobalSearch.pas @@ -137,7 +137,7 @@ type dtRange2: TDateTimePicker; laPasswordHead: TLabel; laRangeHead: TLabel; - tbEventsFilter: TSpeedButton; + tbEventsFilter: THppSpeedButton; tbAdvanced: THppToolButton; tbRange: THppToolButton; ToolButton2: THppToolButton; diff --git a/plugins/HistoryPlusPlus/HistoryForm.dfm b/plugins/HistoryPlusPlus/HistoryForm.dfm index c3d1d49214..2a890af9e2 100644 --- a/plugins/HistoryPlusPlus/HistoryForm.dfm +++ b/plugins/HistoryPlusPlus/HistoryForm.dfm @@ -256,7 +256,9 @@ object HistoryFrm: THistoryFrm BorderWidth = 2 EdgeBorders = [] Flat = True + DoubleBuffered = True Images = ilToolbar + ParentDoubleBuffered = False PopupMenu = pmToolbar TabOrder = 0 Transparent = True @@ -335,7 +337,7 @@ object HistoryFrm: THistoryFrm Width = 7 Style = tbsSeparator end - object tbEventsFilter: TSpeedButton + object tbEventsFilter: THppSpeedButton Left = 160 Top = 0 Width = 110 diff --git a/plugins/HistoryPlusPlus/HistoryForm.pas b/plugins/HistoryPlusPlus/HistoryForm.pas index 34618dd40b..e657c09fd7 100644 --- a/plugins/HistoryPlusPlus/HistoryForm.pas +++ b/plugins/HistoryPlusPlus/HistoryForm.pas @@ -171,7 +171,7 @@ type tbUserMenu: THppToolButton; tbUserDetails: THppToolButton; ToolButton1: THppToolButton; - tbEventsFilter: TSpeedButton; + tbEventsFilter: THppSpeedButton; ToolButton5: THppToolButton; pmToolbar: TPopupMenu; Customize2: TMenuItem; -- cgit v1.2.3