mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 15:57:03 -05:00
Compare commits
1 Commits
feature/co
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a8f19cc90 |
@@ -60,7 +60,7 @@ namespace hex::plugin::builtin {
|
||||
[[nodiscard]] bool isPinned() const { return m_isPinned; }
|
||||
void setPinned(const bool pinned) { m_isPinned = pinned; }
|
||||
|
||||
[[nodiscard]] virtual ImGuiWindowFlags getFlags() const { return ImGuiWindowFlags_AlwaysAutoResize; }
|
||||
[[nodiscard]] virtual ImGuiWindowFlags getFlags() const { return ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoCollapse; }
|
||||
|
||||
private:
|
||||
bool m_isPinned = false;
|
||||
|
||||
Reference in New Issue
Block a user