b
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user