diff options
Diffstat (limited to 'plugins/ExternalAPI/delphi')
-rw-r--r-- | plugins/ExternalAPI/delphi/m_toptoolbar.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/ExternalAPI/delphi/m_toptoolbar.inc b/plugins/ExternalAPI/delphi/m_toptoolbar.inc index 5956b10ea7..1e2e603b9c 100644 --- a/plugins/ExternalAPI/delphi/m_toptoolbar.inc +++ b/plugins/ExternalAPI/delphi/m_toptoolbar.inc @@ -151,12 +151,12 @@ type nButtonWidth :int;
nButtonHeight:int;
nButtonSpace :int;
- nLastHeight :int; // fix against recursion in WM_SIZE
- bOrderChanged:boolean; // set by buttons' arrange procedure if the buttons' order was changed
+ nLastHeight :int; // fix against recursion in WM_SIZE
+ bOrderChanged:bool; // set by buttons' arrange procedure if the buttons' order was changed
bFlatButtons,
bAutoSize,
- bSingleLine :boolean;
- bHardUpdate :boolean; // clist modern requires to delete buttons to update them
+ bSingleLine :bool;
+ bHardUpdate :bool; // clist modern requires to delete buttons to update them
pButtonList :PSortedList;
end;
|