Diffusion Kexi 4b7ca33e7d61

Fix possible crash for this sequence: design new table, go to data view, go to…

Authored by staniek on Jan 21 2017, 1:18 PM.

Description

Fix possible crash for this sequence: design new table, go to data view, go to design and add a floating-point field, go to data view

Reason: the data view should be reset before table is altered/deleted.

Changes:

  • Make KexiTablePartTempData internals more protected
  • Add important docs

Details