added a @todo comment about repositioning the window when chosen part scrolled off screen
This commit is contained in:
parent
51fc26e178
commit
2823022b9d
|
@ -42,6 +42,8 @@ void RemoteCommand( const char* cmdline )
|
||||||
if( (idcmd == NULL) || (text == NULL) )
|
if( (idcmd == NULL) || (text == NULL) )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
// @todo: this code does not reposition the window when the chosen part is scrolled off screen.
|
||||||
|
|
||||||
if( strcmp( idcmd, "$PART:" ) == 0 )
|
if( strcmp( idcmd, "$PART:" ) == 0 )
|
||||||
{
|
{
|
||||||
msg = CONV_FROM_UTF8( text );
|
msg = CONV_FROM_UTF8( text );
|
||||||
|
|
Loading…
Reference in New Issue