From 2823022b9d679a84985e8e80642f1e8936b31e67 Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Tue, 14 Aug 2007 19:39:38 +0000 Subject: [PATCH] added a @todo comment about repositioning the window when chosen part scrolled off screen --- pcbnew/controle.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pcbnew/controle.cpp b/pcbnew/controle.cpp index d6ae7ee62b..6ac15c75a7 100644 --- a/pcbnew/controle.cpp +++ b/pcbnew/controle.cpp @@ -42,6 +42,8 @@ void RemoteCommand( const char* cmdline ) if( (idcmd == NULL) || (text == NULL) ) return; + // @todo: this code does not reposition the window when the chosen part is scrolled off screen. + if( strcmp( idcmd, "$PART:" ) == 0 ) { msg = CONV_FROM_UTF8( text );