Some keyboard-shortcuts only work with US-keyboard-layout, Issue 2164

This commit is contained in:
Ingo
2014-01-01 23:22:42 +01:00
parent b633f0b762
commit 7a01e30d4f
8 changed files with 231 additions and 86 deletions

View File

@@ -579,7 +579,7 @@ bool ThumbBrowserBase::Internal::on_query_tooltip (int x, int y, bool keyboard_t
}
}
if (ttip!="") {
tooltip->set_text (ttip);
tooltip->set_markup (ttip);
return true;
}
else