You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WASimUI] Add 'B' and 'R' variable types back to selector; Remove unused "Deprecated" column from docs reference view; Update docs import database as of Nov. 25 '24.
Copy file name to clipboardExpand all lines: src/WASimUI/widgets/Widgets.h
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ and is also available at <http://www.gnu.org/licenses/>.
27
27
#include"client/WASimClient.h"
28
28
#include"DataComboBox.h"
29
29
#include"DeletableItemsComboBox.h"
30
-
#include"Utils.h"
30
+
#include"../Utils.h"
31
31
32
32
namespaceWASimUiNS
33
33
{
@@ -269,7 +269,7 @@ class VariableTypeComboBox : public DataComboBox
269
269
setToolTip(tr("Named variable type. Types marked with a * use Unit specifiers. Most 'L' vars will ignore the Unit (default is 'number')."));
270
270
271
271
addItem(tr("A: SimVar *"), 'A');
272
-
//addItem(tr("B: Input"), 'B'); // only for gauge modules
272
+
addItem(tr("B: Input"), 'B'); // only for gauge modules in FS20
273
273
addItem(tr("C: GPS *"), 'C');
274
274
addItem(tr("E: Env. *"), 'E');
275
275
addItem(tr("H: HTML"), 'H');
@@ -278,7 +278,7 @@ class VariableTypeComboBox : public DataComboBox
278
278
addItem(tr("L: Local *"), 'L');
279
279
addItem(tr("M: Mouse"), 'M');
280
280
//addItem(tr("O: Comp."), 'O'); // only for gauge modules
281
-
//addItem(tr("R: Resource"), 'R'); // strings only, can't be read with "Get" command or set at all
0 commit comments