Fixed issue Adjust position of vertices using arrow keys not working on output display #77

This commit is contained in:
baydam
2014-11-05 17:17:37 +00:00
parent f6711ed7a8
commit 539d189f9d
5 changed files with 11 additions and 3 deletions
+1
View File
@@ -358,6 +358,7 @@ public:
Mapper::ptr getMapperByMappingId(uint id) { return mappers[id]; }
uid getCurrentPaintId() const { return currentPaintId; }
uid getCurrentMappingId() const { return currentMappingId; }
OutputGLWindow* getOutputWindow() const { return outputWindow; }
bool hasCurrentPaint() const { return _hasCurrentPaint; }
bool hasCurrentMapping() const { return _hasCurrentMapping; }
void setCurrentPaint(int uid);