This commit is contained in:
2020-04-13 21:37:30 +08:00
parent 0e2a05af55
commit 7db85cc4c3
13 changed files with 139 additions and 14 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ Configuration::Configuration()
EmptyTileBorders = QPen(Qt::white);
ScalePen = QPen(Qt::blue);
SelectionPen = QPen(Qt::blue);
DragButton = Qt::LeftButton;//使用键拖动
DragButton = Qt::RightButton;//使用you键拖动
}
void Configuration::SetAccessMode(core::AccessMode::Types const & type)