diff options
Diffstat (limited to 'plugins/ExternalAPI/m_toptoolbar.h')
-rw-r--r-- | plugins/ExternalAPI/m_toptoolbar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_toptoolbar.h b/plugins/ExternalAPI/m_toptoolbar.h index 11cc6e9c6a..40735aa17c 100644 --- a/plugins/ExternalAPI/m_toptoolbar.h +++ b/plugins/ExternalAPI/m_toptoolbar.h @@ -163,7 +163,9 @@ struct TTBCtrl int nButtonWidth;
int nButtonHeight;
int nButtonSpace;
- BOOL bFlatButtons;
+ int nLastHeight; // fix against recursion in WM_SIZE
+ int nLineCount;
+ BOOL bFlatButtons, bAutoSize, bSingleLine;
SortedList* pButtonList;
|