Title: bug in void DataStore::modelDataChanged

Hello Witty-interest,


  Sometimes DataStore::modelDataChanged is called with empty recordIds_ , so it causes error:


void DataStore::modelDataChanged(const WModelIndex& topLeft,

                                const WModelIndex& bottomRight)

{

       if( !recordIds_.size() ) return; // vvv

  if (dataLocation_ == ClientSide) { 

...

}


I fixed it in both 2.2.4 & 2.99.1


-- 

Best regards,

 Vadim                          mailto:vadim.prat...@gmail.com

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to