Changeset 6141 for trunk/SECEDIT/SEC_paint.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/SECEDIT/SEC_paint.cxx (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SECEDIT/SEC_paint.cxx
r6127 r6141 103 103 int get_linePropertyGC(int gc1, int gc2) { 104 104 // of the GCs of two positions, it returns the GC which is 105 // defining the properties for the background painted in between the two positions105 // defining the properties for the background painted in-between the two positions 106 106 sec_assert(gc1 >= SEC_GC_FIRST_DATA && gc1 <= SEC_GC_LAST_DATA); 107 107 sec_assert(gc2 >= SEC_GC_FIRST_DATA && gc2 <= SEC_GC_LAST_DATA); … … 237 237 pos = *posDrawn; 238 238 } 239 else { // absPos was not drawn -> use position in between239 else { // absPos was not drawn -> use position in-between 240 240 pos = mid12; 241 241 } … … 1024 1024 device->set_line_attributes(SEC_GC_BONDS, displayParams.bond_thickness, AW_SOLID); 1025 1025 1026 // mark the rootLoop with a box and print st ucture number1026 // mark the rootLoop with a box and print structure number 1027 1027 { 1028 1028 const Position& loop_center = rootLoop->get_center(); … … 1066 1066 // paint cursor: 1067 1067 if (!drawnPositions->empty() && 1068 (device->filter&(AW_PRINTER|AW_PRINTER_EXT)) == 0) // don t print/xfig-export cursor1068 (device->filter&(AW_PRINTER|AW_PRINTER_EXT)) == 0) // don't print/xfig-export cursor 1069 1069 { 1070 1070 size_t abs1, abs2;
