mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Some minor fixes.
--HG-- branch : dev-2.1
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include <eepp/ui/uiwindow.hpp>
|
||||
#include <eepp/ui/uispinbox.hpp>
|
||||
#include <eepp/ui/uilistbox.hpp>
|
||||
#include <eepp/ui/uigridlayout.hpp>
|
||||
#include <eepp/ui/uidropdownlist.hpp>
|
||||
#include <eepp/ui/uiwinmenu.hpp>
|
||||
#include <eepp/graphics/texturepacker.hpp>
|
||||
@@ -52,6 +53,7 @@ class EE_API TextureAtlasEditor {
|
||||
UISpinBox * mSpinDestW;
|
||||
UISpinBox * mSpinDestH;
|
||||
UIListBox * mTextureRegionList;
|
||||
UIGridLayout * mTextureRegionGrid;
|
||||
UIWinMenu * mWinMenu;
|
||||
UIDropDownList * mTextureFilterList;
|
||||
TextureAtlasTextureRegionEditor * mTextureRegionEditor;
|
||||
|
||||
@@ -177,6 +177,7 @@ class EE_API UIManager {
|
||||
Color mHighlightFocusColor;
|
||||
Color mHighlightOverColor;
|
||||
Color mHighlightInvalidationColor;
|
||||
Vector2i mMousePos;
|
||||
Vector2i mMouseDownPos;
|
||||
|
||||
bool mInit;
|
||||
|
||||
Reference in New Issue
Block a user