summary refs log tree commit diff
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-23 22:06:35 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-23 22:06:35 +0200
commitfb850787d710ece8c7ead09c80768e10fbd90835 (patch)
treec39b484eff4cb1565f030f8ec991e71036df1ca4
parentFix crash when trying to use automatically deleted ImageOverlay dialog (diff)
downloadnheko-fb850787d710ece8c7ead09c80768e10fbd90835.tar.xz
Relax matrix identifier parsing
fixes #241
m---------libs/matrix-structs0
-rw-r--r--src/QuickSwitcher.cc3
2 files changed, 1 insertions, 2 deletions
diff --git a/libs/matrix-structs b/libs/matrix-structs
-Subproject 97201f9c9f734e0cbacba436b88740501e0a91d
+Subproject 335ece4cbe411393e9179621a299dd96433c175
diff --git a/src/QuickSwitcher.cc b/src/QuickSwitcher.cc

index 5fcc5770..2401f81f 100644 --- a/src/QuickSwitcher.cc +++ b/src/QuickSwitcher.cc
@@ -23,8 +23,7 @@ RoomSearchInput::RoomSearchInput(QWidget *parent) : TextField(parent) -{ -} +{} bool RoomSearchInput::focusNextPrevChild(bool next)