mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 10:35:21 +02:00
Fixes to filtering
This commit is contained in:
@ -42,6 +42,14 @@ namespace ImGui {
|
||||
ImVec2 wfRectMax;
|
||||
ImVec2 wfLineMin;
|
||||
ImVec2 wfLineMax;
|
||||
ImVec2 lbwSelMin;
|
||||
ImVec2 lbwSelMax;
|
||||
ImVec2 rbwSelMin;
|
||||
ImVec2 rbwSelMax;
|
||||
ImVec2 wfLbwSelMin;
|
||||
ImVec2 wfLbwSelMax;
|
||||
ImVec2 wfRbwSelMin;
|
||||
ImVec2 wfRbwSelMax;
|
||||
|
||||
bool centerOffsetChanged = false;
|
||||
bool lowerOffsetChanged = false;
|
||||
|
Reference in New Issue
Block a user