diff options
author | George Hazan <george.hazan@gmail.com> | 2023-10-08 18:49:12 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-10-08 18:49:12 +0300 |
commit | 386f7d6f8c8cbfa846f552f72a899c4e045a613c (patch) | |
tree | 6f4163445923a8e49bae09c3c08128345e8cca39 /src/core | |
parent | ff741d4148025ccb9d62a4dba9ebba4c7da34b5a (diff) |
fixes #3716 (YAMN: удалить настройку "кнопка в панели кнопок")
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdpopup/src/yapp.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/stdpopup/src/yapp.cpp b/src/core/stdpopup/src/yapp.cpp index 26d1c9e033..358aa3ab6b 100644 --- a/src/core/stdpopup/src/yapp.cpp +++ b/src/core/stdpopup/src/yapp.cpp @@ -17,9 +17,6 @@ HFONT hFontFirstLine = nullptr, hFontSecondLine = nullptr, hFontTime = nullptr; COLORREF colFirstLine = RGB(255, 0, 0), colSecondLine = 0, colTime = RGB(0, 0, 255), colBorder = RGB(0, 0, 0), colSidebar = RGB(128, 128, 128), colTitleUnderline = GetSysColor(COLOR_3DSHADOW); -// toptoolbar button -HANDLE hTTButton; - // menu items HGENMENU hMenuRoot, hMenuItem, hMenuItemHistory; |