sand1024
sand1024
hmm... yes, you're right, the content of status bar is hardcoded. yet - what is the reason for reordering there? I can imagine, say, including additional widgets into status bar...
oh, I see.. well, yes, it makes sense. I've considered reworking statusbar already, thinking about merging it's widgets with some other toolbars to save screen space. However, the statusbar differs...
well, for now if "floating" status bar is used, the empty status bar may be just disabled, I suppose. Later on we may move more notifications for it, of course....
Well, it seems that support of viewports is quite required feature and I'm thinking about adding it... However, in general it may be implemented by several ways. For example, there...
well, need to check this in more details, yet I suspect that parser expects angles in radians, and you in your example angles in degrees are given.. sin(90 rad) =...
@dxli oh, I'll take a look to MuParserX. I feel that the calc may be extended in general - say, have better support of arithmetic's and function (which may be...
yes, most probably this is due to zoom. In 2.2.2 branch there will be a setting that will disable making file as "modified" if only zoom/pan operations were performed (i.e....
addressed by #2032
@jpagliaccio Should be fixed in last update after PR https://github.com/LibreCAD/LibreCAD/pull/2114 (in 2.2.2 alpha branch - continuous build) An option for this behavior is added to Application Preferences. Please check and...
@dxli The change included to revision 32614b47fe46b77006e4da473cecaeef44f0fc32 in RS_Arc entity, changes the logic of end-point getter (from returning originally calculated value of the end point to cached value). This introduces...