Skip to content

Commit

Permalink
dont change original panel tab
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdcalculus committed Jul 26, 2024
1 parent e5117f0 commit a5166af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/courtroom_widgets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,8 @@ void Courtroom::create_widgets()
ui_area_look = ThemeManager::get().CreateWidgetButton(SceneTypeCourtroom, "area_look", "area_look.png", LocalizationManager::get().getLocalizationText("TITLE_LOOK"), this);

p_ButtonScreenshot = ThemeManager::get().CreateWidgetButton(SceneTypeCourtroom, "screenshot", "screenshot.png", "Screenshot", this);
// p_ScreenshotShortcut = new QShortcut(QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_S), this);

constructEvidenceList();
construct_playerlist();

Expand Down

0 comments on commit a5166af

Please sign in to comment.