Thaddeus Hughes
Thaddeus Hughes
 [Refine "SS" Models for continuous curvature](https://trello.com/c/r2sDuRAg/1-refine-ss-models-for-continuous-curvature)
We need to license RoseLapWeb
FWIW - same with SOLIDWORKS
As suggested in another issue, I tried running komorebi as admin - same behavior. Happy to try anything as far as custom configs or rules, could just use some pointing...
For cmder: ``` { "should_manage": false, "is_window": true, "has_minimum_width": true, "has_minimum_height": true, "has_title": true, "is_cloaked": false, "allow_cloaked": false, "allow_layered_transparency": false, "window_style": "BORDER | CAPTION | CLIPCHILDREN | CLIPSIBLINGS | GROUP...
Turning off transparency does fix cmder! The new output is this for cmder: ``` { "should_manage": true, "is_window": true, "has_minimum_width": true, "has_minimum_height": true, "has_title": true, "is_cloaked": false, "allow_cloaked": false, "allow_layered_transparency":...
Got it, we're managing now - but very buggy, as it technically is window-in-window, and sometimes opens additional dialogs. See the red circle here: Do you have any good tips...