Changeset 158:aa50a64b3a6e in glemon-0.x
- Timestamp:
- 10/02/06 21:00:23 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@2971
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main_win.cc
r157 r158 360 360 double width; 361 361 double radius; 362 double unit;363 362 tabs[active_tab]->getView(autoscale, zoomtrack, width, radius); 364 363 edge_width->set_value(width); … … 534 533 double width=edge_width->get_value(); 535 534 double radius=radius_size->get_value(); 536 double unit;537 535 bool zoomtrack=zoom_track->get_active(); 538 536 bool autoscale=auto_scale->get_active();
Note: See TracChangeset
for help on using the changeset viewer.