mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-12 10:39:19 +02:00
Rename MM::MuteColunm to MM::HideColumn.
This commit is contained in:
@@ -217,7 +217,7 @@ void MainWindow::handlePaintItemSelected(QListWidgetItem* item)
|
||||
void MainWindow::handleMappingItemSelected(const QModelIndex &index)
|
||||
{
|
||||
if (index.isValid()) {
|
||||
if (index.column() == MM::MuteColunm) {
|
||||
if (index.column() == MM::HideColumn) {
|
||||
mappingListModel->setVisibility(index);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user