Ignore:
Timestamp:
Mar 18, 2011, 11:55:41 PM (14 years ago)
Author:
dmik
Message:

testapp/systray: Added a todo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testapp/gui/systray/StealthDialog.cpp

    r21588 r21593  
    110110        // state which structure members are valid
    111111        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.
    112126
    113127        // load the icon
Note: See TracChangeset for help on using the changeset viewer.