mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
impr: Add hint text about font size when no custom font is selected
This commit is contained in:
@@ -376,6 +376,14 @@ namespace hex {
|
||||
return this->m_value;
|
||||
}
|
||||
|
||||
bool Label::draw(const std::string& name) {
|
||||
ImGui::NewLine();
|
||||
ImGui::TextUnformatted(name.c_str());
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user