mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-14 11:49:59 +01:00
Cleanup DeviceSource and PatternSource (no feature change)
This commit is contained in:
@@ -364,7 +364,7 @@ void ImGuiVisitor::visit (PatternSource& s)
|
||||
{
|
||||
for (int p = 0; p < Pattern::pattern_types.size(); ++p){
|
||||
if (ImGui::Selectable( Pattern::pattern_types[p].c_str() )) {
|
||||
s.setPattern(p);
|
||||
s.setPattern(p, s.pattern()->resolution());
|
||||
}
|
||||
}
|
||||
ImGui::EndCombo();
|
||||
|
||||
Reference in New Issue
Block a user