Tool structure- input bug

This commit is contained in:
Sonaion
2019-12-10 15:32:22 +01:00
parent 0aa3b17b8a
commit 30d6781e7f
10 changed files with 118 additions and 41 deletions

View File

@@ -4,11 +4,11 @@
#include <QColor>
#include <QImage>
#include"Image/IntelliImage.h"
#include"Tool/IntelliTool.h"
#include <QPoint>
#include <QWidget>
#include <QList>
#include"Image/IntelliImage.h"
#include"Tool/IntelliTool.h"
struct LayerObject{
@@ -77,6 +77,8 @@ private:
int maxWidth;
int maxHeight;
IntelliTool* Tool;
std::vector<LayerObject> layerBundle;
int activeLayer=-1;