mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-07-30 16:04:40 -04:00
Fix issue where an invalid element can take focus if mouse movement happens immediately
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user