mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-17 13:50:35 +02:00
Tool structure- input bug
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user