Skip to content

Commit

Permalink
vkconfig: Fix switching of missing layer
Browse files Browse the repository at this point in the history
Change-Id: I67827f94bf55946bce14ae8849ae15890102acfa
  • Loading branch information
christophe-lunarg committed Sep 10, 2024
1 parent bb8b322 commit ace83b3
Show file tree
Hide file tree
Showing 9 changed files with 831 additions and 981 deletions.
4 changes: 2 additions & 2 deletions vkconfig_core/type_tab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
const char* GetToken(TabType type) {
static const char* TOKENS[]{
"DIAGNOSTIC", // TAB_DIAGNOSTIC
"APPLICATIONS", // TAB_APPLICATIONS
"LAYERS", // TAB_LAYERS
"CONFIGURATIONS", // TAB_CONFIGURATIONS
"LAYERS", // TAB_LAYERS
"APPLICATIONS", // TAB_APPLICATIONS
"PREFERENCES", // TAB_PREFERENCES
"HELP" // TAB_HELP
};
Expand Down
4 changes: 2 additions & 2 deletions vkconfig_core/type_tab.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

enum TabType {
TAB_DIAGNOSTIC = 0,
TAB_APPLICATIONS,
TAB_LAYERS,
TAB_CONFIGURATIONS,
TAB_LAYERS,
TAB_APPLICATIONS,
TAB_PREFERENCES,
TAB_HELP,

Expand Down
Loading

0 comments on commit ace83b3

Please sign in to comment.