Changeset 21593 for trunk/testapp/gui/systray/StealthDialog.cpp
- Timestamp:
- Mar 18, 2011, 11:55:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testapp/gui/systray/StealthDialog.cpp
r21588 r21593 110 110 // state which structure members are valid 111 111 niData.uFlags = NIF_ICON | NIF_MESSAGE | NIF_TIP; 112 113 // @todo: Note that there are two Odin-related bugs in this testcase 114 // presently: 115 // 116 // 1. Requesting an icon of the small size (e.g. 16x16) in LoadImage 117 // corrupts the result. Using LR_DEFAULTSIZE or requesting the 118 // normal size works. 119 // 2. StealthDialog.ico itself is strange. Both PMVIEW and Odin 120 // display some garbage lines in the background (probably, a 121 // transparency issue). The very same icon is shown on Win32 fine. 122 // Changing it to some other icon (e.g. tree.ico from src/shell32/ico) 123 // fixes the problem. 124 // 125 // Both problems need to be addressed one day. 112 126 113 127 // load the icon
Note:
See TracChangeset
for help on using the changeset viewer.