mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Rename MM::MuteColunm to MM::HideColumn.
This commit is contained in:
+1
-1
@@ -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