We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d52d2 commit d8b9b3eCopy full SHA for d8b9b3e
dialogs.cpp
@@ -13,7 +13,7 @@ EX const char* COLORBAR = "###";
13
EX namespace dialog {
14
15
#if HDR
16
- #define IFM(x) (actual_display_keys()?"":x)
+ #define IFM(x) (dialog::actual_display_keys()?"":x)
17
18
static constexpr int DONT_SHOW = 16;
19
0 commit comments