Skip to content

Commit

Permalink
Fix InspToolWidget actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Sep 1, 2024
1 parent b3e7bbd commit c7e618a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Default/Inspection/InspToolWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -957,13 +957,13 @@ InspToolWidget::onOpenASK()
void
InspToolWidget::onOpenFSK()
{
openInspector("GenericInspectorFactory", "ask", true);
openInspector("GenericInspectorFactory", "fsk", true);
}

void
InspToolWidget::onOpenPSK()
{
openInspector("GenericInspectorFactory", "ask", true);
openInspector("GenericInspectorFactory", "psk", true);
}

void
Expand Down

0 comments on commit c7e618a

Please sign in to comment.