-
Notifications
You must be signed in to change notification settings - Fork 8
Debugging the apperance of tabbar
knziha edited this page Apr 21, 2021
·
2 revisions
Tab Control Styles | |
---|---|
TCS_BUTTONS | Tabs appear as buttons, and no border is drawn around the display area. |
Improve multi-line mode for tab interface | |
6 Mar 2017 | the old one is real tab interface in multi-line mode. It doesn't allow selected tab to maintain its position. The new one is tab with button style - it's uglier but the position remains the same on selection. |
tabs flickering | if (mask & BufferChangeRecentTag) ::SendMessage(_hParent, WM_SIZE, 0, 0); |
7 Jul 2012 bitbucket | [BUG_FIXED] (Author: Andreas Jonsson) Fix a GUI bug: it shows empty tab row while closing a last tab in a row (in the multi-line tab mode). |