Fix issue where an invalid element can take focus if mouse movement happens immediately

This commit is contained in:
Mr-Wiseguy
2024-04-27 17:33:51 -04:00
parent fab4f66903
commit 8a70b2313e
2 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#include "nfd.h"
#include <filesystem>
std::string version_number = "v0.9.1";
std::string version_number = "v1.0.0-rc1";
Rml::DataModelHandle model_handle;
bool mm_rom_valid = false;