Update mainwindow.cpp
This commit is contained in:
parent
8662c05fed
commit
19d1b36022
@ -394,7 +394,7 @@ void MainWindow::on_tableWidget_label_cellDoubleClicked(int row, int column)
|
||||
|
||||
if(bColorAttributeClicked)
|
||||
{
|
||||
QColor color = QColorDialog::getColor(Qt::white,this,"Set Label Color");
|
||||
QColor color = QColorDialog::getColor(Qt::white,nullptr,"Set Label Color");
|
||||
if(color.isValid())
|
||||
{
|
||||
set_label_color(row, color);
|
||||
|
Loading…
Reference in New Issue
Block a user