Cleanup whitespace

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-03-11 22:33:18 +00:00
parent 1ff860d8e5
commit d6cc4af637
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -305,6 +305,7 @@ void CardinalModuleWidget::onButton(const ButtonEvent& e)
if (selected) { if (selected) {
if (e.button == GLFW_MOUSE_BUTTON_RIGHT) { if (e.button == GLFW_MOUSE_BUTTON_RIGHT) {
if (e.action == GLFW_PRESS) { if (e.action == GLFW_PRESS) {
// Open selection context menu on right-click
ui::Menu* menu = createMenu(); ui::Menu* menu = createMenu();
patchUtils::appendSelectionContextMenu(menu); patchUtils::appendSelectionContextMenu(menu);
} }