Don't apply resolution on enter, bump ver
This commit is contained in:
parent
e541a157b2
commit
62470ea1f3
@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<Authors>0x0ade</Authors>
|
||||
<Company></Company>
|
||||
<Version>0.1.0.0</Version>
|
||||
<Version>0.1.0.1</Version>
|
||||
<Description></Description>
|
||||
<Copyright></Copyright>
|
||||
<PackageProjectUrl></PackageProjectUrl>
|
||||
|
@ -76,10 +76,7 @@ public class ConfigWindow : Window, IDisposable
|
||||
}
|
||||
else
|
||||
{
|
||||
if (ImGui.InputInt2("Size in pixels", ref _configWH[0], ImGuiInputTextFlags.EnterReturnsTrue))
|
||||
{
|
||||
save = true;
|
||||
}
|
||||
ImGui.InputInt2("Size in pixels", ref _configWH[0]);
|
||||
}
|
||||
|
||||
if (ImGui.Button("Save and apply"))
|
||||
|
Loading…
Reference in New Issue
Block a user