combo box fix

This commit is contained in:
Turánszki János
2024-04-06 18:37:04 +02:00
parent 0d8155c78b
commit 3a92f78eed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2630,7 +2630,7 @@ namespace wi::gui
items.clear();
selected = -1;
firstItemVisible = 0;
//firstItemVisible = 0;
}
void ComboBox::SetMaxVisibleItemCount(int value)
{
+1 -1
View File
@@ -9,7 +9,7 @@ namespace wi::version
// minor features, major updates, breaking compatibility changes
const int minor = 71;
// minor bug fixes, alterations, refactors, updates
const int revision = 422;
const int revision = 423;
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);