Mentions légales du service

Skip to content

Hotfix/specific theming

LEVY Jonathan requested to merge hotfix/specific-theming into master

A (supposedly) wrongly placed "return" was exiting the function before completing the theme loading, making the UI unusable.

theme_casse

I removed that return, and moved the code meant to be run after file load in the if {}.

(Incidentally, I found out that the widgets themes weren't loaded, and they were much more familiar this way rather than when they're defined with your custom themes. Lists look like lists, buttons look like buttons, checkboxes look like checkboxes, and +/- buttons appear on spinboxes...)

Edited by LEVY Jonathan

Merge request reports