gui fix: colorpicker reactivating itself and consumes input when under a different widget
This commit is contained in:
@@ -3992,7 +3992,6 @@ namespace wi::gui
|
||||
widget->priority = ~0u;
|
||||
}
|
||||
}
|
||||
force_disable = false;
|
||||
|
||||
if (priority > 0)
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace wi::version
|
||||
// minor features, major updates, breaking compatibility changes
|
||||
const int minor = 72;
|
||||
// minor bug fixes, alterations, refactors, updates
|
||||
const int revision = 55;
|
||||
const int revision = 56;
|
||||
|
||||
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);
|
||||
|
||||
@@ -39,7 +39,8 @@ namespace wi::version
|
||||
"Aldo, lokimx, K. Osterman, Nomad, ykl, Alex Krokos, Timmy, Avaflow, mat, Hexegonel Samael Michael, Joe Spataro, soru, GeniokV, Mammoth, Ignacio, datae, Jason Rice, " \
|
||||
"MarsBEKET, Tim, Twisty, Zelf ieats kiezen, Romildo Franco, zNachoh, Dmitriy, Alex Minerva, Stefan Kent, Natty, Sunny Krishna, Vilmos Malárik, Ferrata, Rossakis, " \
|
||||
"Stefana Andrei, Taylor, Gunnar Kriik, 赟 杨, Rex, Lemon Brother, flxy, meta_leap, Edik, jusik5348, Agnares, Fred Naar, Saki Asui, DarkRaVen, Ray, Russell Searle, Alexandr Dem'yanenko, "\
|
||||
"Portaloffreedom, nxrighthere, わさび わさび, Durak, ipso, Frånken, Shryder, Patryk Bański, Marcus Nordenstam, Morty Karim, Jarrid Kamphenkel, Makario Gim, Filoteo Pasquini"
|
||||
"Portaloffreedom, nxrighthere, わさび わさび, Durak, ipso, Frånken, Shryder, Patryk Bański, Marcus Nordenstam, Morty Karim, Jarrid Kamphenkel, Makario Gim, Filoteo Pasquini" \
|
||||
"Me, Xiu Shui"
|
||||
|
||||
const char* GetCreditsString()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user