Instead of using *::cell::text and tableview::cell::icon in breeze and styles we will just use *::tableview::cell. And leave the inner elements of PushButton unaltered (since the father already can alter them).

Did some fixes in `Text::findCharacterPos` and `Text::findCharacterFromPos`, also tentatively added support for soft-wrap in those function (I haven't tested much yet).
This commit is contained in:
Martín Lucas Golini
2026-02-01 21:46:42 -03:00
parent b7d9fd0567
commit bbb8fce43f
9 changed files with 458 additions and 279 deletions

View File

@@ -380,7 +380,7 @@ void SettingsActions::setUIPanelFontSize() {
// Update the CSS
auto selsFound = mApp->getUISceneNode()->getStyleSheet().findStyleFromSelectorName(
"#project_view > treeview::row > treeview::cell > treeview::cell::text" );
"#project_view > treeview::row > treeview::cell" );
if ( !selsFound.empty() ) {
for ( auto sel : selsFound )
sel->updatePropertyValue( "font-size",