]> Creatis software - bbtk.git/commitdiff
Package Browser on Drag change:
authorDaniel Gonzalez <daniel@daniel.laptop>
Thu, 27 Jun 2013 14:07:47 +0000 (16:07 +0200)
committerDaniel Gonzalez <daniel@daniel.laptop>
Thu, 27 Jun 2013 14:07:47 +0000 (16:07 +0200)
Fix in package browser now sending the keyword "box:" to detect that a box has been sent.

kernel/src/bbtkWxGUIPackageBrowser2.cxx

index b83dbd82ad05cc30ba7c4a93b5f1f1a2a2370180..bc5b5253bffcbc0d811f8e824bcaedc755544c4b 100644 (file)
@@ -264,7 +264,9 @@ namespace bbtk
                  BlackBoxDescriptor* d = (BlackBoxDescriptor*)(info.GetData());
                  if (d!=0)
                  {
-                         sendtext += crea::std2wx(d->GetFullTypeName());
+                     //DFGO -> To identify it is a box
+                     sendtext += crea::std2wx("box:");
+                     sendtext += crea::std2wx(d->GetFullTypeName());
                  }
          }
          else