mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Fix comment
This commit is contained in:
parent
faf57dd7a5
commit
1889812055
1 changed files with 3 additions and 2 deletions
|
@ -2651,8 +2651,9 @@ static NSColor *dtxtCol;
|
|||
{
|
||||
//
|
||||
// If the contents aren't set (the contents determine the type),
|
||||
// get it from the flags. This prevents the type from being accidentally
|
||||
// reset on some platforms (mainly WIN32) after the contents are set.
|
||||
// get it from the flags. This prevents the type from being
|
||||
// accidentally reset on some platforms (mainly WIN32) after
|
||||
// the contents are set.
|
||||
//
|
||||
[self setType: ((cFlags & 0xC000000) >> 26)];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue