mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-02-14 17:09:30 -06:00
@@ -48,6 +48,10 @@ namespace hex::plugin::builtin {
|
||||
}
|
||||
|
||||
void ViewTools::drawAlwaysVisible() {
|
||||
// Make sure the tool windows never get drawn over the welcome screen
|
||||
if (!ImHexApi::Provider::isValid())
|
||||
return;
|
||||
|
||||
auto &tools = ContentRegistry::Tools::impl::getEntries();
|
||||
|
||||
for (auto iter = tools.begin(); iter != tools.end(); iter++) {
|
||||
|
||||
Reference in New Issue
Block a user