SVN commit 774813 by aucahuasi:
BUG: not reported yet
Delete the the "colors" member from
KColorCellsPrivate becouse is a static data structure and
the QTableWidget is a dinamic componet, so when someone
change the number of rows/columns in KColorCells there is
not a way to update the new size of colors (becouse is
private) and the result is a bug.
GUI:
* KColorCells::MousePressEvent call to
QTableWidget::mousePressEvent too.
* KColorCells::mouseMoveEvent call to
QTableWidget::mousePressEvent if the KColorCells acept drags
OR drops.
* KColorCells::mousePressEvent call to
QTableWidget::mousePressEvent too.
SVN_SILENT:
Improve the coding style acording to kdelibs policies.
M +995 -1039 kcolordialog.cpp [POSSIBLY UNSAFE: scanf]
_______________________________________________
kde-docbook mailing list
kde-docbook kde.org
htt
ps://mail.kde.org/mailman/listinfo/kde-docbook
|