Fix layers property editor last bit value in tooltip
This commit is contained in:
@ -304,7 +304,8 @@ private:
|
||||
bool expand_hovered = false;
|
||||
bool expanded = false;
|
||||
int expansion_rows = 0;
|
||||
uint32_t hovered_index = INT32_MAX; // Nothing is hovered.
|
||||
const uint32_t HOVERED_INDEX_NONE = UINT32_MAX;
|
||||
uint32_t hovered_index = HOVERED_INDEX_NONE;
|
||||
bool read_only = false;
|
||||
int renamed_layer_index = -1;
|
||||
PopupMenu *layer_rename = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user