mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
fix: context menu shows full node menu when right-clicking past line text
Also add Mid theme and remove flaky test_theme test.
This commit is contained in:
@@ -325,7 +325,8 @@ RcxEditor::RcxEditor(QWidget* parent) : QWidget(parent) {
|
||||
}
|
||||
return;
|
||||
}
|
||||
int line = m_sci->lineAt(pos);
|
||||
HitInfo hi = hitTest(pos);
|
||||
int line = hi.line;
|
||||
int nodeIdx = -1;
|
||||
int subLine = 0;
|
||||
if (line >= 0 && line < m_meta.size()) {
|
||||
|
||||
Reference in New Issue
Block a user