mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ try: MUI Button Tooltip not working ?
This commit is contained in:
parent
1cbe0b2533
commit
7b2c2d01a6
@ -1962,6 +1962,10 @@ void CreateBars(HWND hwnd,HINSTANCE hInstance)
|
||||
tbbMainWnd[i].fsStyle |= BTNS_AUTOSIZE | BTNS_SHOWTEXT;
|
||||
}
|
||||
else {
|
||||
GetLngString(tbbMainWnd[i].idCommand, tchDesc, COUNTOF(tchDesc));
|
||||
tbbMainWnd[i].iString = SendMessage(g_hwndToolbar, TB_ADDSTRING, 0, (LPARAM)tchDesc); // tooltip
|
||||
tbbMainWnd[i].fsStyle |= TBSTYLE_TOOLTIPS;
|
||||
//TODO: @@@ check why LNG tooltip is not working
|
||||
tbbMainWnd[i].fsStyle &= ~(BTNS_AUTOSIZE | BTNS_SHOWTEXT);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user