Author: spadkins
Date: Fri Mar 10 08:49:23 2006
New Revision: 3653

Modified:
   p5ee/trunk/App-Widget/lib/App/Widget/DataTable2.pm

Log:
deselect row after copying it in edit mode

Modified: p5ee/trunk/App-Widget/lib/App/Widget/DataTable2.pm
==============================================================================
--- p5ee/trunk/App-Widget/lib/App/Widget/DataTable2.pm  (original)
+++ p5ee/trunk/App-Widget/lib/App/Widget/DataTable2.pm  Fri Mar 10 08:49:23 2006
@@ -173,6 +173,7 @@
     }
     elsif ($wname eq "$name-copy") {
         $self->copy();
+        $self->delete("row_selected");
         $handled = 1;
     }
     elsif ($event eq "sort") {

Reply via email to