mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Fix typo in comment
This commit is contained in:
@@ -2045,7 +2045,7 @@ void MainWindow::on_treePlotColumns_itemChanged(QTreeWidgetItem *changeitem, int
|
||||
} else if(column == PlotColumnY) {
|
||||
if(changeitem->checkState(column) == Qt::Checked)
|
||||
{
|
||||
// Getget a default colour
|
||||
// Generate a default colour if none isn't set yet
|
||||
QColor colour = changeitem->backgroundColor(column);
|
||||
if(!colour.isValid())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user