mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
Remove Load Binary, View C++/Reclass actions, Debug tab, and dead code
Data sources are now provided by source plugins. View switching is handled by bottom tabs (Reclass / C/C++ only). Also applies grey highlight/selected styling globally and removes per-menu stylesheet.
This commit is contained in:
@@ -1674,9 +1674,6 @@ void RcxEditor::showSourcePicker() {
|
||||
int zoom = (int)m_sci->SendScintilla(QsciScintillaBase::SCI_GETZOOM);
|
||||
menuFont.setPointSize(menuFont.pointSize() + zoom);
|
||||
menu.setFont(menuFont);
|
||||
menu.setStyleSheet(QStringLiteral(
|
||||
"QMenu { background: #252526; color: #d4d4d4; }"
|
||||
"QMenu::item:selected { background: #232323; }"));
|
||||
menu.addAction("file");
|
||||
menu.addAction("process");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user