Description:
Add Apply button.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -147,6 +147,18 | |||||
|
147 | fontName = OptionsWindow.fontName}); |
|
147 | fontName = OptionsWindow.fontName}); |
|
148 |
|
148 | ||
|
149 | } |
|
149 | } |
|
|
150 | ImGui.SameLine(); | ||
|
|
151 | if (ImGui.Button("Apply")) | ||
|
|
152 | { | ||
|
|
153 | bridgeEngine.resolutionMessages.Add(new SetResolutionMessage { | ||
|
|
154 | resolution = newResolution, | ||
|
|
155 | fullscreen = newFullscreen | ||
|
|
156 | }); | ||
|
|
157 | bridgeEngine.fontMessages.Add(new SetFontMessage{ | ||
|
|
158 | fontSize = OptionsWindow.fontSize, | ||
|
|
159 | fontName = OptionsWindow.fontName}); | ||
|
|
160 | } | ||
|
|
161 | |||
|
150 |
|
162 | ||
|
151 | ImGui.End(); |
|
163 | ImGui.End(); |
|
152 |
|
164 |
You need to be logged in to leave comments.
Login now