S Tanveer Hussain

Results 2 issues of S Tanveer Hussain

fixed rotation bug.. // listener not being called for first item sometimes // typefaces are now applied // save restore state now works fine upon rotation // ORIGINAL BEHAVIOUR IS...

` SQLite::Database(databaseName, SQLite::OPEN_CREATE | SQLite::OPEN_READWRITE)); SQLite::Database(std::filesystem::path("/a/b/abc.db"), SQLite::OPEN_CREATE | SQLite::OPEN_READWRITE);` Whenever i tried to create database on disk and provides a path (relative or absolute) and the directory(s) does not exists...