Version: 1.6.0 (using KDE KDE 3.5.5) Installed from: Debian testing/unstable Packages OS: Linux When inserting text files using the "text" format, all cells will be inserted as a "generic" format cell, and not "text" format.
SVN commit 696591 by nikolaus: Painting Content Format. The Style's content format now takes precedence over the one of Value. This fixes the issue, that you were not able to change the format after importing CSV values as text. Errors will always be centered now. BUGS: 87471, 137375 M +1 -1 Cell.cpp M +57 -20 ValueConverter.cpp M +8 -8 ValueConverter.h M +92 -54 ValueFormatter.cpp M +6 -6 ValueFormatter.h M +1 -1 dialogs/LayoutDialog.cpp M +29 -13 ui/CellView.cpp