Vojtech Bubnik
|
9a2310ae98
|
Fix of [prusa3d/PrusaSlicer] Remove unnecessary null pointer checks (#5813)
Don't use
if (ptr)
delete ptr;
call
delete ptr;
directly, it contains the test for null ptr.
|
2021-01-18 09:33:19 +01:00 |
|
YuSanka
|
7f22ce63f6
|
Refactoring:
1. Use C++ style cast instead of C style
2. Deleted unused code from Search
|
2020-11-26 14:34:54 +01:00 |
|
YuSanka
|
08576ad746
|
UnsavedChangesDialog :: Toggle column is on first place now
|
2020-08-07 10:21:20 +02:00 |
|
YuSanka
|
94efb5185b
|
One more experiment
|
2020-08-06 16:54:14 +02:00 |
|
YuSanka
|
3688ae350b
|
Added missed includes for GTK
|
2020-08-06 16:28:12 +02:00 |
|
YuSanka
|
4913378dbe
|
Changed signature of the BitmapTextRenderer
+ Added experimental code for the rendering of the "markuped" text
|
2020-08-06 15:54:12 +02:00 |
|
Slic3rPE
|
42f3bfb0f6
|
Fixed a build under OSX
|
2020-08-06 10:56:14 +02:00 |
|
YuSanka
|
93c1671e09
|
Custom renderers extracted from the ObjectDataViewModel
|
2020-08-05 20:26:40 +02:00 |
|