mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Methods removeCurrent*() reset uids to NULL_UID.
This commit is contained in:
@@ -296,9 +296,11 @@ public:
|
||||
}
|
||||
void removeCurrentPaint() {
|
||||
_hasCurrentPaint = false;
|
||||
currentPaintId = NULL_UID;
|
||||
}
|
||||
void removeCurrentMapping() {
|
||||
_hasCurrentMapping = false;
|
||||
currentMappingId = NULL_UID;
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user