| Summary: | Printing current page blocks kst | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Nicolas Brisset <nicolas.brisset> |
| Component: | general | Assignee: | kst |
| Status: | RESOLVED FIXED | ||
| Severity: | grave | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Solaris | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Nicolas Brisset
2006-05-31 19:00:11 UTC
Interestingly, when I tried this again to see whether I had clicked on the W2 tab too early, I pressed F2 to switch back to zoom mode (I was still in layout mode when printing) and kst crashed with the following: Assertion failed: !_buffer.buffer().isNull(), file kst2dplot.cpp, line 2355 SVN commit 547111 by arwalker:
BUG:128384 Move code to correct indentation level
M +3 -4 kst.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/kst.cpp #547110:547111
@@ -1578,11 +1578,10 @@
}
}
}
+ win->view()->revertForPrint();
+
+ firstPage = false;
}
-
- win->view()->revertForPrint();
-
- firstPage = false;
}
it->next();
}
|